FireDAC.Stan.Param.TFDParam.AsWord

From RAD Studio API Documentation

Delphi

property AsWord: Word read GetAsWord write SetAsWord;

C++

__property System::Word AsWord = {read=GetAsWord, write=SetAsWord, nodefault};

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 LongWord.

The AsWord property represents the LongWord value of a TFDParam object.

Setting the AsWord property sets the DataType property to ftWord.

See Also