Datasnap.Provider.TDataSetProvider Events
InheritedProtected
| AfterApplyUpdates | published | Occurs after the provider applies updates. | 
| AfterExecute | published | Occurs after the provider passes an execute command to its dataset. | 
| AfterGetParams | published | Occurs after the provider creates an OleVariant containing parameter values to send to the client dataset. | 
| AfterGetRecords | published | Occurs after the provider creates a data packet to send to the client dataset. | 
| AfterRowRequest | published | Occurs after the provider fetches new information about the current record. | 
| AfterUpdateRecord | published | Occurs when the associated resolver has just updated a record. | 
| BeforeApplyUpdates | published | Occurs before the provider applies updates from a client dataset. | 
| BeforeExecute | published | Occurs before the provider passes an execute command to its dataset. | 
| BeforeGetParams | published | Occurs before the provider creates an OleVariant that encodes the current parameter values and sends them to a client dataset. | 
| BeforeGetRecords | published | Occurs before the provider creates a data packet and sends it to a client dataset. | 
| BeforeRowRequest | published | Occurs before the provider creates a delta packet with information about the current record. | 
| BeforeUpdateRecord | published | Occurs immediately before each record is applied to the remote dataset. | 
| OnDataRequest | published | Occurs when a provider calls its DataRequest method. | 
| OnGetData | published | Occurs after a provider retrieves data but before it is sent to the client. | 
| OnGetDataSetProperties | published | Occurs when the provider adds additional information to a data packet it is creating. | 
| OnGetDeltaStreams | protected | |
| OnGetTableName | published | Occurs when a resolver initializes its information about the table to which it applies updates. | 
| OnUpdateData | published | Occurs when a provider begins to apply updates. | 
| OnUpdateError | published | Occurs when a provider can't update a record because of an error condition. | 
| OnValidate | published | Occurs when the dataset provider is validating the data. |