StdCtrls.TButton
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdCtrls.pas
TButton = class(TCustomButton)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TButton Members
C++ Information
From StdCtrls.hpp
TButton = class(TCustomButton)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TButton Members
Class Constructors & Destructors: StdCtrls.TButton Constructors
Description
TButton is a push button control.
Use TButton to put a standard push button on a form. TButton introduces several properties to control its behavior in a dialog box setting. Users choose button controls to initiate actions.
To use a button that displays a bitmap instead of a label, use TBitBtn. To use a button that can remain in a depressed position, use TSpeedButton.
Note: Since the TButton caption is always centered, changing the BiDi alignment has no effect.