Data.Bind.DBXScope.TSubDataSetProvider Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterApplyUpdatespublicOccurs after the provider applies updates.
AfterExecutepublicOccurs after the provider passes an execute command to its dataset.
AfterGetParamspublicOccurs after the provider creates an OleVariant containing parameter values to send to the client dataset.
AfterGetRecordspublicOccurs after the provider creates a data packet to send to the client dataset.
AfterRowRequestpublicOccurs after the provider fetches new information about the current record.
AfterUpdateRecordpublicOccurs when the associated resolver has just updated a record.
BeforeApplyUpdatespublicOccurs before the provider applies updates from a client dataset.
BeforeExecutepublicOccurs before the provider passes an execute command to its dataset.
BeforeGetParamspublicOccurs before the provider creates an OleVariant that encodes the current parameter values and sends them to a client dataset.
BeforeGetRecordspublicOccurs before the provider creates a data packet and sends it to a client dataset.
BeforeRowRequestpublicOccurs before the provider creates a delta packet with information about the current record.
BeforeUpdateRecordpublicOccurs immediately before each record is applied to the remote dataset.
OnDataRequestpublicOccurs when a provider calls its DataRequest method.
OnGetDatapublicOccurs after a provider retrieves data but before it is sent to the client.
OnGetDataSetPropertiespublishedOccurs when the provider adds additional information to a data packet it is creating.
OnGetDeltaStreamsprotected
OnGetTableNamepublishedOccurs when a resolver initializes its information about the table to which it applies updates.
OnUpdateDatapublicOccurs when a provider begins to apply updates.
OnUpdateErrorpublicOccurs when a provider can't update a record because of an error condition.
OnValidatepublicOccurs when the dataset provider is validating the data.