[Overview][Types][Classes][Index] Reference for unit 'tiTokenLibrary' (#tiopf)

TTokens.Token

Returns a token

Declaration

Source position: tiTokenLibrary.pas line 43

public function TTokens.Token(

  const index: Integer

):string;

Arguments

index

  

Index number of the token to return. The index is 1-based.

Function result

String containing the token.

Description

It will return the token based on the Index number passed. If the Index number is larger than the number of tokens a blank string is returned.

Note than the Index number is 1-based. The first token will be Token(1), the second token will be Token(2).


Documentation generated on: 2017-08-16