API:Vcl.XPStyleActnCtrls.TXPStyleActionBars

From RAD Studio API Documentation

TXPStyleActionBarsVcl.ActnMenus.TActionBarStyleExVcl.ActnMan.TActionBarStyleSystem.TObject

Delphi

TXPStyleActionBars = class(TActionBarStyleEx)

C++

class PASCALIMPLEMENTATION TXPStyleActionBars : public Vcl::Actnmenus::TActionBarStyleEx

Properties

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

Description

TActionBarStyleEx is the implementation class for styles in Action Manager. {{#multireplace:Vcl.XPStyleActnCtrls.TXPStyleActionBars|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMenus.TActionBarStyleEx|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMenus.TActionBarStyleEx|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TActionBarStyleEx is the implementation class for styles in Action Manager.

When you select alternate styles for action band components, Action Manager uses TActionBarStyleEx to implement the appropriate controls.

Note: When switching between alternate styles in Action Manager (such as XP and standard), the appropriate controls will be added to the uses clause automatically (such as XPStyleActnCtrls or StdStyleActnCtrls). If you want to reduce the amount of code that will be linked into your application, remove the unused control statement from the uses clause.

See Also