RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TPutFieldProc Type

Allows to decide the procedure used when adding a new field to a data set.

Pascal
TPutFieldProc = procedure (Info: PPutFieldInfo) of object;
C++
(Info: PPutFieldInfo) ( TPutFieldProc)();

A variable of the TPutFieldProc type references a procedure used when adding a new field to a data set. 

 

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