RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.DoAfterGetRecords Method

Generates an AfterGetRecords event.

Pascal
procedure DoAfterGetRecords(var OwnerData: OleVariant); virtual;
C++
virtual __fastcall DoAfterGetRecords(OleVariant OwnerData);

The GetRecords method calls DoAfterGetRecords to generate the AfterGetRecords event after assembling a data packet but before updating the parameters to reflect any output parameters. 

OwnerData supplies custom information to the AfterGetRecords event handler. This is the same as the outgoing OwnerData parameter of the BeforeGetRecords event handler. The AfterGetRecords event handler can change this value. The returned value is then passed to the client. 

 

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