Difference between revisions of "TBCanvas.GetButton"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 6: Line 6:
 
| parameters=theName As String
 
| parameters=theName As String
 
| returntype=TBButton
 
| returntype=TBButton
| version=1.5.2
+
| version=1.6.0
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 12: Line 12:
  
  
Gets a [[TBButton]] by its name. If the [[TBButton]] is not found, the returned value will be Nil.
+
Gets a TBButton by its name. If the TBButton is not found, the returned value will be Nil.

Revision as of 17:39, 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.