Links
EControl Syntax Editor SDK
TSingleTagCondition.TokenTypes Property

Bit array that specifies a set of the token types to test token.

property TokenTypes: DWORD;

If CondType is in [ctEqual, tcMask] and token type is in TokenTypes, condition proceeds, otherwise condition fails. 

If CondType is tcNotEqual and token type is in TokenTypes, condition proceeds, otherwise condition result is True. 

If CondType is tcSkip and token type is in TokenTypes, condition result is True, otherwise condition fails.

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