Difference between revisions of "PropertyListLine.Constructor"

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=Name As String, Caption As String, Visible As Boolean, hasButton As Boolean = False, ButtonID As Integer = 0
 
| parameters=Name As String, Caption As String, Visible As Boolean, hasButton As Boolean = False, ButtonID As Integer = 0
 
| returntype=
 
| returntype=
 +
| version=1.5
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 12: Line 13:
  
 
Creates a PropertyListLine that is displayed as a Header.
 
Creates a PropertyListLine that is displayed as a Header.
If the Caption is an empty String, the name is saved in the caption.
+
If the'' Caption'' is an empty String, the ''Name'' is saved in the caption.

Latest revision as of 14:24, 6 August 2015

Method
PropertyListLine.Constructor ( Name As String, Caption As String, Visible As Boolean, hasButton As Boolean = False, ButtonID As Integer = 0 )


Creates a PropertyListLine that is displayed as a Header. If the Caption is an empty String, the Name is saved in the caption.