Links
EControl Syntax Editor SDK
TSyntCollection Class

TSyntCollection - base class for collections which are used in TSyntAnalyzer.

TSyntCollection = class(TCollection);

ecSyntAnal

The main purpose is to provide unique DisplayName for each item in the collection since this property used for referencing between items.

Topic 
Description 
The methods of the TSyntCollection class are listed here. 
The properties of the TSyntCollection class are listed here. 
The events of the TSyntCollection class are listed here. 
 
Constructor 
 
protected 
 
Property 
 
read only 
 
Event 
TSyntCollection Events 
Description 
Occurs when collection items change. 
TSyntCollection Methods 
Description 
Creates and initializes a TSyntCollection instance. 
Returns unique name for new item. 
Looks for an item with the specified DisplayName. 
Initializes the item after the lexer has been read into memory. 
Tests the presence of Item in the collection. 
TSyntCollection Properties 
Description 
Provides indexed access to the items in the collection. 
Points to the lexer that owns this collection. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!