Sets the value for the Enabled property.
Source position: actnlist.pas line 181
protected procedure TCustomAction.SetEnabled( |
Value: Boolean |
); virtual; |
Value |
|
New value for the Enabled property. |
Modified in LCL version 4.0 to improve compatibility with newer Delphi VCL versions; redefined as virtual and changed to protected visibility.
|
Enabled - whether this action is able to be used (default is True). |
|
|
The ActionList where the action is stored, and its parent component. |
|
|
State for the action: Normal, Suspended or SuspendedEnabled. |
|
|
A link between an action and a client class. |
|
| Version 4.4 | Generated 2025-11-08 | Home |