TEventBase.CanInvoke Property
Returns True when the event will do anything because it is Enabled and contains any event handler. Otherwise returns False.
public property CanInvoke: Boolean read GetCanInvoke;
Property Value
Type: Boolean
Returns True when the event will do anything because it is Enabled and contains any event handler. Otherwise returns False.
public property CanInvoke: Boolean read GetCanInvoke;