Difference between revisions of "BBCodeLabel.Caption"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 10: Line 10:
  
  
The [[BBCodeLabel.Text|Text]] displayed. Same as the Text property.
+
The [[BBCodeLabel.Text|Text]] displayed. Same as the [[BBCodeLabel.Text|Text]] property.
 
This property was added for Label compatibility.
 
This property was added for Label compatibility.

Revision as of 18:04, 3 August 2013

Property (As String)
aBBCodeLabel.Caption = newValue
or
StringValue = aBBCodeLabel.Caption


The Text displayed. Same as the Text property. This property was added for Label compatibility.