Links
EControl Syntax Editor SDK
TMacroRecord Class

TMacroRecord stores an array of TMacroEvent objects.

TMacroRecord = class;

ecMacroRec

Read Events property to access a specific item of the array. 

Read Count property to get number of items in the array. 

Use Add and Delete methods to add and delete items. 

Use Move method to move item in the array. 

Name property specifies the name of the TMacroRecord instance. 

Topic 
Description 
The methods of the TMacroRecord class are listed here. 
The properties of the TMacroRecord class are listed here. 
 
Method 
 
virtual 
 
Property 
 
read only 
TMacroRecord Methods 
Description 
Add 
Adds a new item at the end of the Events list. 
Creates and initializes a TMacroRecord instance. 
Removes the event at the position given by the Index parameter. 
Destroys an instance of TMacroRecord. 
Move 
Changes the position of an item in the Events array. 
TMacroRecord Properties 
Description 
Indicates the number of entries in the Events list that are in use. 
Lists the events references. 
Name 
Specifies the name of the TMacroRecord instance. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!