FireDAC.Stan.Intf.TFDByteString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDByteString = AnsiString;

C++

typedef System::RawByteString TFDByteString;

Properties

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

Description

Alias for an AnsiString.

Byte represents a substitute name for an AnsiString.

See Also