FireDAC.Stan.Param.TFDParam.AsWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsWord: Word read GetAsWord write SetAsWord;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas 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