AnnTokenString property (Annotation Control)
Builder Syntax |
AnsiString AnnTokenString |
Delphi Syntax |
AnnTokenString: String |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a character string that contains any combination of existing token strings, or any new string.
This property is used only if the AnnTokenType property is ANNTOKEN_TEXT. If the AnnTokenType property is not ANNTOKEN_TEXT, then the AnnTokenString property is ignored.
See Also