Appends a character to the text of the item.
[Visual Basic] Sub AppendChar( _ ByVal p_chValue As Char _ ) [C#] void AppendChar( char p_chValue ); [C++] void AppendChar( wchar_t p_chValue ); [JScript] function AppendChar( char p_chValue );
Use this method to add a character at the end of the current text. To add an inline code use the AppendCode method. To add a run of text use the AppendText method.
IFilterItem Interface | Okapi.Library.Filter Namespace | AppendCode | AppendText