Property LPControl.TSLOptionalLabel.Text
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 17:19, 18 October 2012
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;
C++ Builder:
__property String Text = { read=FText, write=SetText };
Summary
Specifies the text of the label.
Description
Use this property to specify the text of the label.