RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonProperties Class

TButtonProperties contains properties applicable to action client items that have the CommandStyle property set to csButton.

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

TButtonProperties is used by the TActionClientItem objects that have the CommandStyle property set to csButton. 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!