Property LPControl.TSLOptionalLabel.Text
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLOptionalLabel
Contents |
Syntax
Delphi:
property Text : String read FText write SetText default ;
C++ Builder:
__property String Text = { read=FText, write=SetText, default= };
Summary
Specifies the Text of the label.
Description
Use this property to set the Text of the label.