FireDAC.Stan.Param.TFDParam.AsFixedChars

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsFixedChars[AIndex: Integer]: String read GetAsStrings write SetAsFixedChars;

C++

__property System::UnicodeString AsFixedChars[int AIndex] = {read=GetAsStrings, write=SetAsFixedChars};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam


Description

Représente un tableau de valeurs String.

La propriété AsFixedChars représente un élément String d'un objet valeur de tableau TFDParam avec un index AIndex.

Le fait de définir la propriété AsFixedChars définit la propriété DataType sur ftFixedChar si elle n'est pas l'un des types de données chaîne.

Voir aussi