RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.DoAfterRowRequest Method

Generates an AfterRowRequest event.

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

The RowRequest method calls DoAfterRowRequest to generate the AfterRowRequest event after fetching the requested data. 

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

 

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