DK11 for Delphi | GisClasses.TGIS_Tokenizer.ExecuteEx | Overloads | Constructors | Methods | Properties
Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa".
// Delphi public procedure ExecuteEx( const _str : String ); overload;
// C++ Builder public: void ExecuteEx( const UnicodeString _str ) /* overload */;
Name | Type | Description |
---|---|---|
_str | String | String to be tokenized |
This method is much faster then Execute.