FireDAC.Stan.Intf.TFDAnsiString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDAnsiString = AnsiString;

C++

typedef System::AnsiString TFDAnsiString;

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.

TFDAnsiString represents a substitute name for an AnsiString.

See Also