FireDAC.Stan.Intf.TFDVariantArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDVariantArray = array of Variant;

C++

typedef System::DynamicArray<System::Variant> TFDVariantArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Array of Variant values.

TFDVariantArray represents an alias for a Variant array.

See Also