Data.DBXJSONReflect.TListOfStrings

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TListOfStrings = array of string;

C++

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

Description

Represents an array of strings.

The TListOfStrings type is used for field converters that transform a field value into an array of strings.

See Also