Datasnap.Xmlxform.TXMLTransformProvider Events
InheritedProtected
AfterApplyUpdates | published | Occurs after the provider applies updates. |
AfterExecute | protected | Occurs after the provider passes an execute command to its dataset. |
AfterGetParams | protected | 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. |
BeforeApplyUpdates | published | Occurs before the provider applies updates from a client dataset. |
BeforeExecute | protected | Occurs before the provider passes an execute command to its dataset. |
BeforeGetParams | protected | 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. |
OnDataRequest | published | Occurs when a provider calls its DataRequest method. |
OnGetDeltaStreams | protected | |
OnValidate | protected | Occurs when the dataset provider is validating the data. |