Difference between revisions of "PropertyListLine.ParentName"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (6 revisions imported)
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| parameters=
 
| parameters=
 
| returntype=String
 
| returntype=String
 +
| version=1.5
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 11: Line 12:
  
  
Returns the name of the Parent line with a dot at the end. If there is no Parent, it returns an empty string.
+
Returns the [[PropertyListLine.Name|Name]] of the [[PropertyListLine.Parent|Parent]] line with a dot at the end. If there is no Parent, it returns an empty string.

Latest revision as of 14:24, 6 August 2015

Method
PropertyListLine.ParentName ( ) As String


Returns the Name of the Parent line with a dot at the end. If there is no Parent, it returns an empty string.