RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocalAppServer.AS_DataRequest Method

Generates an OnAS_DataRequest event on the specified provider component.

Pascal
function AS_DataRequest(const ProviderName: WideString; Data: OleVariant): OleVariant; safecall;
C++
__fastcall OleVariant AS_DataRequest(const BSTR ProviderName, OleVariant Data);

Use AS_AS_DataRequest to invoke an OnAS_DataRequest event handler of the provider named by ProviderName. This method is provided to allow application developers to customize the communication between a client application and a provider component. There is no predefined meaning for the Data parameter or the return value (Delphi) or the AS_DataRequest_result parameter (C++), which is returned to the caller. 

 

OnDataRequest 

DataRequest 

Communicating with the Client Dataset

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