|
RAD Studio VCL Reference
|
Represents the procedure type for the events that occur when a resolver initializes its information about the table to which it applies updates.
TGetTableNameEvent = procedure (Sender: TObject; DataSet: TDataSet; var TableName: WideString) of object;
(Sender: TObject; DataSet: TDataSet; var TableName: WideString) ( TGetTableNameEvent)();
A variable of TGetTableNameEvent type references an event that enables the provider to apply updates to datasets where the resolver cannot determine the target table in the provider's dataset.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|