Vcl.XPActnCtrls.TXPStyleButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTXPStyleButton

Delphi

TXPStyleButton = class(TCustomButtonControl)

C++

class PASCALIMPLEMENTATION TXPStyleButton : public Vcl::Actnctrls::TCustomButtonControl

Properties

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

Description

TCustomButtonControl is the base class for ActionBand button controls.

Vcl.XPActnCtrls.TXPStyleButton inherits from Vcl.ActnCtrls.TCustomButtonControl. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.

TCustomButtonControl is the base class for ActionBand button controls.

TCustomButtonControl is a base class for several ActionBand components. Most notably, the standard menu button (TStandardMenuButton) derives from this class.

Do not create instances of TCustomButtonControl. If you want to replace the standard menu button behaviors, use the TCustomMenuButton class as a parent class for your replacement class.

See Also