RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.DoBeforeRowRequest Method

Generates a BeforeRowRequest event.

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

The RowRequest method calls DoBeforeRowRequest to generate the BeforeRowRequest event before fetching the requested data. 

OwnerData supplies custom information to the BeforeRowRequest event handler. The event handler can change this value. The returned value is then passed to an AfterRowRequest event handler and then returned to the caller of the RowRequest method. 

 

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