Function::Internal
GetlabelText
GetLabelText("ObjectName")
retval := GetLabelText("ObjectName") .
SetLabelText("MyObject",GetLabelText("AnotherObject")
Labels, Buttons and Tabs (on tab control) have a string property which contain the text displayed on the item.
GetLabelText will query the object and return the text property stored in the object. Combined with SetLabelText() labels etc, can be used for storage of text between records etc.
Parameters
ObjectName:String
Object to query for text property.
Returns/Result
String that contain the text property of the object. If the object doesn't exist or has no text property it will return blank.
Examples
Reference
See Also
On the forum about GetlabelText
On the blog about GetlabelText