RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TGetDSProps Type

Represents the procedure type for the events that occur when the provider adds additional information to a data packet it is creating.

Pascal
TGetDSProps = procedure (Sender: TObject; DataSet: TDataSet; out Properties: OleVariant) of object;
C++
(Sender: TObject; DataSet: TDataSet; out Properties: OleVariant) ( TGetDSProps)();

A variable of TGetDSProps type references an event that occurs when the provider adds additional information to a data packet it is creating. 

 

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