RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider Events

The events of the TCustomProvider class are listed here.

 
Name 
Description 
 
Occurs after the provider applies updates. 
 
Occurs after the provider passes an execute command to its dataset. 
 
This is AfterGetParams, a member of class TCustomProvider. 
 
Occurs after the provider creates a data packet to send to the client dataset. 
 
Occurs after the provider fetches new information about the current record. 
 
Occurs before the provider applies updates from a client dataset. 
 
This is BeforeExecute, a member of class TCustomProvider. 
 
Occurs before the provider creates an OleVariant that encodes the current parameter values and sends them to a client dataset. 
 
Occurs before the provider creates a data packet and sends it to a client dataset. 
 
Occurs before the provider creates a delta packet with information about the current record. 
 
Occurs when a provider calls its DataRequest method. 
 
This is OnValidate, a member of class TCustomProvider. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!