FireDAC.Stan.Intf.TFDByteString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

begin
FDef.AsString[S_FD_ConnParam_Common_NewPassword] := AValue;
end;

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