FireDAC.Stan.Intf.TFDCharSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDCharSet = set of AnsiChar;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Set of AnsiChars.

See Also