Links
EControl Syntax Editor SDK
TStyleEntries.Items Property

Lists the TStyleEntry references.

property Items [Index: integer]: TStyleEntry;

Use Items to obtain a pointer to a specific TStyleEntry object in the array. The Index parameter indicates the index of the object, where 0 is the index of the first object, 1 is the index of the second object, and so on. Set Items to change the reference at a specific location. 

 

Use Items with the Count property to iterate through all of the objects in the list. 

 

Objects are owned, i.e. they are destroyed in TStyleEntries destructor.

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