Difference between revisions of "PropertyListLine.Constructor"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
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 | + | If the'' Caption'' is an empty String, the ''Name'' is saved in the caption. |
Revision as of 12:14, 24 November 2012
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.