RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommandProperties.TCommandPropertiesChangeEvent Nested Type

TCommandPropertiesChangeEvent defines a method used to notify a change in a TCommandProperties instance.

Pascal
TCommandPropertiesChangeEvent = procedure (Sender: TObject; State: TChangeState) of object;
C++
(Sender: TObject; State: TChangeState) ( TCommandPropertiesChangeEvent)();

The TCommandPropertiesChangeEvent type is used by the OnChange event of the TCommandProperties class. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!