Soap.HTTPUtil.IStringTokenizer.countTokens

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property countTokens: Integer read getTokenCounts;

C++

__property int countTokens = {read=getTokenCounts};

Properties

Type Visibility Source Unit Parent
property public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStringTokenizer

Description

Contains number of tokens in string.

The countTokens property contains the number of tokens in the string.

See Also