Property SLScope.TSLDisplayTextLabel.IsDynamic
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: TSLDisplayTextLabel
Contents |
Syntax
Delphi:
property IsDynamic : Boolean read FIsDynamic;
C++ Builder:
__property bool IsDynamic = { read=FIsDynamic };
Summary
The label is created by the user from inside the component dialog.
Description
\Returns true if the label is created by the user from inside
the component dialog.
Note
If the label is created by the user from inside the component
dialog, you must avoid destroying it or accessing it from
inside your code, as the label can also be deleted by the
user. If you need to control it from code, exercise extra
caution, and always check if the item is still available.