User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_tokenizer.execute_widestring_itgis_chararray

Table of Contents

ITGIS_Tokenizer.Execute method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Tokenizer.Execute | Methods | Properties

Do tokenizing.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void Execute(
  WideString _str,
  ITGIS_CharArray _delims
);
' VisualBasic
Public Sub Execute(
  ByVal _str As WideString,
  ByVal _delims As ITGIS_CharArray
)
// Oxygene
public
  procedure Execute(
    _str : WideString;
    _delims : ITGIS_CharArray
  );

Parameters

Name Type Description
_str WideString String to be tokenized
_delims ITGIS_CharArray array of delimiters

Remarks

Subsequent empty tokens will be ignored. If you required different functionality - use TGIS_Tokenizer.ExecuteEx

References

2022/11/16 01:12

Page Tools