RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButton Class

Base class for a push button control.

Pascal
TCustomButton = class(TButtonControl);
C++
class TCustomButton : public TButtonControl;

Use TCustomButton as a base class for a standard push button on a form. 

 

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