Vcl.ActnMan.TCustomActionBar.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Style: TActionBarStyle; virtual;

C++

virtual TActionBarStyle* __fastcall Style();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Identifies the style object that gives the application its default look and feel.

Use Style to access the application's Style object. This object has a number of methods that influence which type of controls are created on the action band.

See Also