Difference between revisions of "TBCanvas.GetButton"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 6: | Line 6: | ||
| parameters=theName As String | | parameters=theName As String | ||
| returntype=TBButton | | returntype=TBButton | ||
− | | version=1. | + | | version=1.5.2 |
| 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. |
Revision as of 16:14, 9 February 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.