Vcl.ActnMan.TCustomActionManager.AddSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddSeparator(AnItem: TActionClientItem; After: Boolean = True): TActionClientItem;

C++

TActionClientItem* __fastcall AddSeparator(TActionClientItem* AnItem, bool After = true);

Properties

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

Description

Adds a separator to an action band.

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.

See Also