<< Click to display table of contents >> TrvActionEvent.OnUpdate |
Occurs when the application is idle or when the action list updates.
type
TRVAEvent = procedure(Sender: TObject;
Editor: TCustomRichViewEdit) of object;
property OnUpdate: TRVAEvent;
Update values of Enabled and Checked properties (and may be values of other action's properties) in this event.
This event is not called if Disabled=True, or GetControlPanel.ActionsEnabled=False.