RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.PPutFieldInfo Type

PPutFieldInfo is a pointer type to a TPutFieldInfo record.

Pascal
PPutFieldInfo = ^TPutFieldInfo;
C++
^TPutFieldInfo PPutFieldInfo;

Declare a PPutFieldInfo type variable to reference a TPutFieldInfo record, which contains information used when adding a new field to the data set. 

 

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