FireDAC.Stan.Intf.TFDCharSet

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TFDCharSet = set of AnsiChar;

C++

typedef System::Set<char, _DELPHI_SET_CHAR(0), _DELPHI_SET_CHAR(255)> TFDCharSet;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Beschreibung

Menge von AnsiChars.

Siehe auch