RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionFieldValues.FieldNames Property

Lists the names of the fields whose values are stored in the current request.

Pascal
property FieldNames [I: Integer]: string;
C++
__property AnsiString FieldNames[int I];

Read FieldNames to obtain the names of the fields about which the current request provides information.  

I is the index of the field whose name this property identifies, where 0 indicates the first field, 1 indicates the second field, and so on. The FieldCount property provides an upper bound for this index. 

Use FieldNames when iterating over all the fields in the request. To obtain information about a specific field, use the ValueOfField or OrigValueOfField method. 

 

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