Show: Delphi
C++
Display Preferences
AdaptReq.IEnumActionFieldValueRecords.FindPopulatedRecord
From XE2 API Documentation
Delphi
function FindPopulatedRecord: Boolean;
C++
virtual bool __fastcall FindPopulatedRecord(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IEnumActionFieldValueRecords |
Description
Detects whether any of the records of the request contain data.
Call FindPopulatedRecord to determine whether any of the records on which you can position the request contain field values. FindPopulatedRecord returns true if there is at least one record on which you can position the request and then obtain a non-empty IActionFieldValues interface.