Links
EControl Syntax Editor SDK
TecMacroRecorder.Macros Property

Maintains the array of macros.

property Macros [Index: integer]: TMacroRecord;

Macros is a read-only property. 

Use Macros to obtain a pointer to a specific TMacroRecord object in the array. The Index parameter indicates the index of the macro, where 0 is the index of the first item, 1 is the index of the second item, and so on. 

Use Macros with the Count property to iterate through all of the macros in the list.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!