RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMenus.RegisterActnBarStyle Function

Registers an action band style so that it is available for use from TActionManager's Style property within the IDE.

Pascal
procedure RegisterActnBarStyle(AStyle: TActionBarStyleEx);
C++
RegisterActnBarStyle(TActionBarStyleEx AStyle);

RegisterActnBarStyle registers a style so that is is available at design-time through TActionManager's Style property in the object inspector. After creating a descendant of TActionBarStyleEx, call RegisterActnBarStyle to use the style in the IDE. 

 

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