FireDAC.Stan.Param.TFDParam.AsVarByteStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsVarByteStr: TFDByteString read GetAsByteStr write SetAsVarByteStr;

C++

__property Firedac::Stan::Intf::TFDByteString AsVarByteStr = {read=GetAsByteStr, write=SetAsVarByteStr};

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 AsVarByteStr property represents the TFDByteString value of a TFDParam object.

Setting the AsVarByteStr property sets the DataType property to ftVarBytes.

See Also