[Overview][Types][Classes][Index] |
Returns a token
Source position: tiTokenLibrary.pas line 43
public function TTokens.Token( |
const index: Integer |
):string; |
index |
|
Index number of the token to return. The index is 1-based. |
String containing the token.
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).