FireDAC.Stan.Intf.TFDStringArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDStringArray = array of string;

C++

typedef System::DynamicArray<System::UnicodeString> TFDStringArray;

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 strings.

TFDStringArray represents an alias for a string array.

See Also