Links
EControl Syntax Editor SDK
ecSyntAnal.TTagBlockType Enumeration
TTagBlockType = (
  btTagDetect,
  btLineBreak,
  btRangeStart,
  btRangeEnd
);

ecSyntAnal

Members 
Description 
btTagDetect 
Sets Rule of the identifying token to self, therefore Style will be taken from the block rule. 
btLineBreak 
Creates line separator. 
btRangeStart 
Creates text range and sets its start token index. 
btRangeEnd 
Closes opened text range, i.e. sets its end token index. 

Specifies action after successful conditions testing.

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