Datasnap.Provider.TInfoArray

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
array
typedef
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: Datasnap.Provider

Delphi

TInfoArray = array of TPutFieldInfo;

C++

typedef System::DynamicArray<TPutFieldInfo> TInfoArray;

Description

TInfoArray is an array of TPutFieldInfo records.

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

See Also