AdaptReq.TActionFieldValuesImpl Properties
From RAD Studio VCL Reference
Delphi Information
| property FieldCount: Integer read GetFieldCount; | |
| property FieldNames: string read GetFieldName; | |
| property OrigValues: IActionFieldValue read GetOrigValue; | |
| property Values: IActionFieldValue read GetValue; |
Unit: AdaptReq
Type: property
Visibility: protected
Member Of: TActionFieldValuesImpl
C++ Information
| __property int FieldCount = {read=GetFieldCount}; | |
| __property System::UnicodeString FieldNames = {read=GetFieldName}; | |
| __property System::DelphiInterface<Adaptreq::IActionFieldValue> OrigValues = {read=GetOrigValue}; | |
| __property System::DelphiInterface<Adaptreq::IActionFieldValue> Values = {read=GetValue}; |
Unit: AdaptReq
Type: property
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!