Show: Delphi C++
Display Preferences

AdaptReq.IActionFieldValues.FieldCount

From XE2 API Documentation
Jump to: navigation, search

Delphi

property FieldCount: Integer read GetFieldCount;

C++

__property int FieldCount = {read=GetFieldCount};

Properties

Type Visibility Source Unit Parent
property public
AdaptReq.pas
AdaptReq.hpp
AdaptReq IActionFieldValues

Description

Indicates the number of field values stored in the current request.

Read FieldCount to determine how many field values you can extract from the current HTTP request. FieldCount provides an upper bound to the index on the FieldNames, Values, and OrigValues property arrays.

See Also

Personal tools
Previous Versions
Translations