AdaptReq.TActionFieldValuesImpl Methods
From RAD Studio VCL Reference
Delphi Information
| function IndexOfField(const AName: string): Integer; | |
| function OrigValueOfField(const AName: string): IActionFieldValue; | |
| function ValueOfField(const AName: string): IActionFieldValue; | |
| function GetFieldName(I: Integer): string; | |
| function AddValue(const AName: string): IActionFieldValue; | |
| function GetRecordKeyCount(): Integer; | |
| function GetRecordKeyName(I: Integer): string; | |
| function GetRecordKeyValue(I: Integer): string; |
Unit: AdaptReq
Type: method
Visibility: protected
Member Of: TActionFieldValuesImpl
C++ Information
| int __fastcall IndexOfField(System::UnicodeString AName); | |
| System::DelphiInterface<Adaptreq::IActionFieldValue> __fastcall OrigValueOfField(System::UnicodeString AName); | |
| System::DelphiInterface<Adaptreq::IActionFieldValue> __fastcall ValueOfField(System::UnicodeString AName); | |
| System::UnicodeString __fastcall GetFieldName(int I); | |
| System::DelphiInterface<Adaptreq::IActionFieldValue> __fastcall AddValue(System::UnicodeString AName); | |
| int __fastcall GetRecordKeyCount(void); | |
| System::UnicodeString __fastcall GetRecordKeyName(int I); | |
| System::UnicodeString __fastcall GetRecordKeyValue(int I); |
Unit: AdaptReq
Type: method
Visibility: protected
Member Of: TActionFieldValuesImpl
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!