DK 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; const _quotes : Boolean ); overload;
// C++ Builder public: void Execute( const UnicodeString _str, DynamicArray<Char*> const _delims, const bool _quotes ) /* overload */;
| Name | Type | Description |
|---|---|---|
| _str | String | String to be tokenized |
| _delims | array of Char | array of delimiters |
| _quotes | Boolean | if true, then delimiter will be active only after a quote |