RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.InternalRowRequest Method

Provides the underlying implementation of the RowRequest method.

Pascal
function InternalRowRequest(const Row: OleVariant; RequestType: TFetchOptions): OleVariant; override;
C++
virtual __fastcall OleVariant InternalRowRequest(const OleVariant Row, TFetchOptions RequestType);

The RowRequest method calls InternalRowRequest to assemble the specified information after generating a BeforeRowRequest event and before generating an AfterRowRequest event. InternalRowRequest passes this request on to its associated Resolver

The Row parameter is an OleVariant that describes the record for which information is requested. The provider uses Row to locate the record before assembling the requested information. 

InternalRowRequest returns the requested information in a delta packet. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!