RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlProperties Class

TControlProperties contains properties applicable to action client items that have the CommandStyle property set to csControl.

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

TControlProperties is used by the TActionClientItem objects that have the CommandStyle property set to csControl. Do not create instances of TButtonProperties directly. TButtonProperties is created automatically 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!