Show: Delphi C++
Display Preferences

AdaptReq.IEnumActionFieldValueRecords.GetRecord

From XE2 API Documentation
Jump to: navigation, search

Delphi

function GetRecord(AIndex: Integer): Boolean;

C++

virtual bool __fastcall GetRecord(int AIndex) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
AdaptReq.pas
AdaptReq.hpp
AdaptReq IEnumActionFieldValueRecords

Description

Positions the request on a specified record.

Call GetRecord to move to a specified record of the request. After a call to GetRecord, if you obtain an IActionFieldValues interface for the request, it will extract the field values for the specified record.

AIndex is the index of the record to which you want to move, where 0 specifies the first record, 1 specifies the second record, and so on. AIndex should be less than the value of the RecordCount property.

GetRecord returns true if it successfully positions the request on the specified record. GetRecord returns false if it is unable to position the request on the specified record.

See Also

Personal tools
Previous Versions
Translations