FireDAC.Stan.Param.TFDParam.AsWords

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsWords[AIndex: Integer]: Word read GetAsWords write SetAsWords;

C++

__property System::Word AsWords[int AIndex] = {read=GetAsWords, write=SetAsWords};

Properties

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

Description

Represents an array of Word values.

The AsWords property represents an Word item of an array-valued TFDParam object with an AIndex index.

Setting the AsWords property sets the DataType property to ftWord.

See Also