RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckBoxProperties Class

TCheckBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csCheckBox.

Pascal
TCheckBoxProperties = class(TCommandProperties);
C++
class TCheckBoxProperties : public TCommandProperties;

TCheckBoxProperties is used by the TActionClientItem objects that have the CommandStyle property set to csCheckBox. Do not create instances of TCheckBoxProperties directly. TCheckBoxProperties is automatically created by TActionClientItem when its CommandStyle property is modified. 

 

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