UniDAC

TUniMacros.Items Property(Indexer)

Used to interate through all macros.

Class

TUniMacros

Syntax

property Items[Index: integer]: TUniMacro; default;

Parameters
Index
Holds an index in the range 0..Count - 1.

Remarks

Use the Items property to iterate through all macros. Index identifies the index in the range 0..Count - 1. Items can reference a particular macro by its index, but the MacroByName method is preferred in order to avoid depending on the order of the macros.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback