Vcl.ActnMan.TActionClientItem.MergeIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MergeIndex: TMergeRange read FMergeIndex write SetMergeIndex default 0;

C++

__property TMergeRange MergeIndex = {read=FMergeIndex, write=SetMergeIndex, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Used to help merge action lists.

MergeIndex is intended to help merge existing lists of action items with those of the TActionManager object without redundancy. At present, this feature is not yet fully implemented, but it may become useful in a future release.