TrvCustomAction.Disabled

<< Click to display table of contents >>

TrvCustomAction.Disabled

Makes the action unavailable.

property Disabled: Boolean;

Setting the Enabled property does not permanently disable the action, because Enabled is updated by the action when needed.

To disable the action, set Disabled = True.

See also:

TRVControlPanel.ActionsEnabled