FireDAC.Stan.Param.TFDParam.AsLongwords
Delphi
property AsLongwords[AIndex: Integer]: LongWord read GetAsLongWords write SetAsLongWords;
C++
__property System::LongWord AsLongwords[int AIndex] = {read=GetAsLongWords, write=SetAsLongWords};
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 LongWord values.
The AsLongwords property represents a LongWord item of an array-valued TFDParam object with an AIndex index.
Setting the AsLongwords property sets the DataType property to ftLongWord.