Difference between revisions of "TBButton.Constructor"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (17 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 17:24, 7 August 2015

Method
TBButton.Constructor ( Caption As String, Name As String = "", HelpTag As String = "", Icon As Picture = Nil, SmallIcon As Picture = Nil, Enabled As Boolean = True, Visible As Boolean = True, Align As Integer = AlignLeft )


The default Constructor for the TBButton. If the Name is an empty string then the Name takes the value of the Caption.