Vcl.StdCtrls.TCustomButton.SetButtonStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetButtonStyle(ADefault: Boolean); virtual;

C++

virtual void __fastcall SetButtonStyle(bool ADefault);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Description

Sets the Style property for a button.

The SetButtonStyle method is called to change the Style property according to the button's state, whenever a button changes its focus state.

See Also