TdxBarItemMergeKind Enum
In This Article
#Declaration
Delphi
TdxBarItemMergeKind = (
mkAdd,
mkMergeByCaption,
mkNone
);
#Members
Name |
---|
mk
|
mk
|
mk
|
#Remarks
Values include:
Value | Meaning |
---|---|
mk |
An item is added to the bar-merger at the position specified by the item’s Merge |
mk |
When being merged into the bar, the merged item is combined with the original bar item if captions (see the Tdx |
mk |
An item won’t be added to the bar. |
See Also