FireDAC.Stan.Param.TFDParam.AsByteStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsByteStr: TFDByteString read GetAsByteStr write SetAsByteStr;

C++

__property Firedac::Stan::Intf::TFDByteString AsByteStr = {read=GetAsByteStr, write=SetAsByteStr};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Specifies the value of a TFDParam when it represents a TFDByteString.

The AsByteStr property represents the TFDByteString value of a TFDParam object.

Setting the AsByteStr property sets the DataType property to ftBytes.

See Also