RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TInfoArray Type

TInfoArray is an array of TPutFieldInfo records.

Pascal
TInfoArray = array of TPutFieldInfo;
C++
array of TPutFieldInfo TInfoArray;

Use a variable of TInfoArray type to store information about adding an entire record to a data set. The record contains several fields of various types. 

 

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