RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomResolver.RowRequest Method

Returns information from a specified record.

Pascal
function RowRequest(Row: OleVariant; Options: TFetchOptions): OleVariant; virtual;
C++
virtual __fastcall OleVariant RowRequest(OleVariant Row, TFetchOptions Options);

RowRequest is called automatically in response to the associated provider's RowRequest method.  

The Row parameter is an OleVariant that describes the record about which information is requested. The resolver uses this to locate the desired record. 

The requested information is returned as a delta packet. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!