RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.DoAfterGetParams Method

Generates an AfterGetParams event.

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

The GetParams method calls DoAfterGetParams to generate the AfterGetParams event after fetching the current parameter values of the associated dataset. 

OwnerData supplies custom information to the AfterGetParams event handler. This is the same as the outgoing OwnerData parameter of the BeforeGetParams event handler. The AfterGetParams 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!