Links
EControl Syntax Editor SDK
TSyntCollectionItem Class

TSyntCollectionItem - base class for collection items which are used in TSyntAnalyzer.

TSyntCollectionItem = class(TCollectionItem);

ecSyntAnal

Properties DisplayName is placed in published section so you can change name of items at design time. 

Property Enabled allows to disable style or rule without removing it from lexer. 

Property IsInvalid can be used to indicate invalid rules, in TSyntCollectionItem it always returns False.

Topic 
Description 
The methods of the TSyntCollectionItem class are listed here. 
The properties of the TSyntCollectionItem class are listed here. 
 
Constructor 
 
virtual 
 
protected 
 
Property 
 
read only 
TSyntCollectionItem Methods 
Description 
Creates and initializes a TSyntCollectionItem instance. 
Indicates whether rule is invalid. 
Returns initial name of the collection item. 
Initializes the item after the lexer has been read into memory. 
TSyntCollectionItem Properties 
Description 
Specifies the name of the collection item. 
Controls whether the style or rule is used in syntactical analysis. 
Indicates whether rule is invalid. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!