API:Vcl.Buttons.TBitBtn

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBitBtn = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TBitBtn : public Vcl::Stdctrls::TCustomButton

Properties

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

Description

Base class for a push button control.

Vcl.Buttons.TBitBtn 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