API:Vcl.StdCtrls.TButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomButtonVcl.StdCtrls.TButtonControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTButton

Delphi

TButton = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TButton : public TCustomButton

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

Base class for a push button control.

Vcl.StdCtrls.TButton inherits from Vcl.StdCtrls.TCustomButton. All content below this line refers to Vcl.StdCtrls.TCustomButton.

Base class for a push button control.

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

See Also