RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TGetTableNameEvent Type

Represents the procedure type for the events that occur when a resolver initializes its information about the table to which it applies updates.

Pascal
TGetTableNameEvent = procedure (Sender: TObject; DataSet: TDataSet; var TableName: WideString) of object;
C++
(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!