Vcl.StdCtrls.TButton.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TCustomButton.TButtonStyle read FStyle write SetStyle default 0;

C++

__property Style = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Style of a button.

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

Style of a button.

Style indicates a button's style, which is a TButtonStyle type.

See Also