RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.AddSeparator Method

Adds a separator to an action band.

Pascal
function AddSeparator(AnItem: TActionClientItem; After: Boolean = True): TActionClientItem;
C++
__fastcall TActionClientItem AddSeparator(TActionClientItem AnItem, Boolean After = True);

AddSeparator adds a separator to an action band. Use FindItemByCaption and FindItemByAction to locate the separator insertion point, either before or after the found item. 

 

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