TdxCustomRibbonForm.IsActive Property
In This Article
Identifies if the form is active.
#Declaration
Delphi
property IsActive: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean | True if a user interacts with the form at the moment; otherwise, False. |
See Also