Show: Delphi
C++
Display Preferences
AdaptReq.IActionFieldValues.GetFieldName
From XE2 API Documentation
Delphi
function GetFieldName(I: Integer): string;
C++
virtual System::UnicodeString __fastcall GetFieldName(int I) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IActionFieldValues |
Description
Returns the value of the FieldNames property.
GetFieldName is the read implementation of the FieldNames property.
I is the index of the field name to retrieve.