TWPFieldBandSyntax

<< Click to Display Table of Contents >>

Navigation:  Programming > Syntax Highlighting >

TWPFieldBandSyntax

This class highlights field and band tokens marked by certain strings. It does not apply permanent changes to the text. It is inherited from TWPFieldSyntax.

 

Band tokens start with the sign :, groups with #. Only groups may be nested.

 

This class publishes the properties

 

FieldStart and FieldEnd which are initialized with '<<' and '>>'.

 

In addition to TWPFieldSyntax it also publishes BandChar and GroupChar which are initialized with ':' and '#'.