Difference between revisions of "TBCanvas.GetButton"
From Jeremie Leroy - XOJO Controls Wiki
m (32 revisions imported) |
|||
(28 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
| parameters=theName As String | | parameters=theName As String | ||
| returntype=TBButton | | returntype=TBButton | ||
− | | version=1. | + | | version=1.6.0 |
| platform=all | | platform=all | ||
}} | }} | ||
Line 12: | Line 12: | ||
− | Gets a | + | Gets a TBButton by its name. If the TBButton is not found, the returned value will be Nil. |
Latest revision as of 16:24, 7 August 2015
Method
TBCanvas.GetButton ( theName As String ) As TBButton
Gets a TBButton by its name. If the TBButton is not found, the returned value will be Nil.