Data.DBXJSONReflect.TListOfStrings

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TListOfStrings = array of string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

Représente un tableau de chaînes.

Le type TListOfStrings est utilisé pour les convertisseurs de champs qui transforment une valeur de champ en un tableau de chaînes.

Voir aussi