DK11 for Delphi | GisClasses.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties
Do tokenizing.
// Delphi public procedure Execute( const _str : String; const _delims : array of array of Char ); overload;
// C++ Builder public: void Execute( const UnicodeString _str, DynamicArray<Char*> const _delims ) /* overload */;
Name | Type | Description |
---|---|---|
_str | String | String to be tokenized |
_delims | array of Char | array of delimiters |