Links
EControl Syntax Editor SDK
TMacroRecord.Events Property

Lists the events references.

property Events [Index: integer]: TMacroEvent;

Items is a read-only property. 

Use Events to obtain a pointer to a specific TMacroEvent object in the array. The Index parameter indicates the index of the event, where 0 is the index of the first event, 1 is the index of the second event, and so on. 

Use Events with the Count property to iterate through all of the events in the list.

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