RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBarStyleEx Class

TActionBarStyleEx is the implementation class for styles in Action Manager.

Pascal
TActionBarStyleEx = class(TActionBarStyle);
C++
class TActionBarStyleEx : public TActionBarStyle;

When you select alternate styles for action band components, Action Manager uses TActionBarStyleEx to implement the approprite 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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!