RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionFieldValues.FieldCount Property

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

Pascal
property FieldCount: Integer;
C++
__property int FieldCount;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!