RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TGetParamsEvent Type

Represents the procedure type for the events that occur when the provider adds attributes to the data set.

Pascal
TGetParamsEvent = procedure (DataSet: TDataSet; Params: TList) of object;
C++
(DataSet: TDataSet; Params: TList) ( TGetParamsEvent)();

A variable of TGetParamsEvent type references an event that occurs when the provider adds attributes to the data set. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!