Links
EControl Syntax Editor SDK
TSyntNodeRange Class

Links tree node to associated text range.

TSyntNodeRange = class(TRange);

ecSyntTree

Holds position of text range, decoration style index of tree node and node reference. 

Each node in syntax tree has Data property set to the instance of TSyntNodeRange.

Topic 
Description 
The methods of the TSortedItem class are listed here. 
TRange Class
Topic 
Description 
The methods of the TRange class are listed here. 
The properties of the TRange class are listed here. 
TSyntNodeRange Class
Topic 
Description 
The methods of the TSyntNodeRange class are listed here. 
The properties of the TSyntNodeRange class are listed here. 
 
Method 
 
protected 
 
abstract 
 
virtual 
 
Property 
 
read only 
TSortedItem Methods 
Description 
Derived classes should return the ID of the item. This ID is used for sorting. 
TRange Class
TRange Class 
Description 
Creates new range with the specified limits. 
Derived classes should return the ID of the item. This ID is used for sorting. 
TSyntNodeRange Class
TSyntNodeRange Class 
Description 
Saves Text of child node to internal index. 
Creates and initializes a TSyntNodeRange instance. 
Destroys an instance of TSyntNodeRange. 
Looks for child node by Text using internal index. 
TRange Class
TRange Class 
Description 
End position of the range. This position is not included in the range. 
Size 
Length of the range.
Size = EndPos - StartPos
Start position of the range. Start position is included in the range. 
TSyntNodeRange Class
TSyntNodeRange Class 
Description 
Node 
Reference to tree node. 
Index of style associated with the linked tree node. This style is used to draw tree node Text. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!