Implements IFilterItem.AppendChar.
[Visual Basic] Public Sub AppendChar( _ ByVal p_chValue As Char _ ) _ Implements IFilterItem.AppendChar [C#] public void AppendChar( char p_chValue ); [C++] public: void AppendChar( wchar_t p_chValue ); [JScript] public function AppendChar( char p_chValue );
FilterItem Class | Okapi.Library.Filter Namespace