FireDAC.Stan.Param.TFDParam.AsLongword
Delphi
property AsLongword: LongWord read GetAsLongWord write SetAsLongWord;
C++
__property System::LongWord AsLongword = {read=GetAsLongWord, write=SetAsLongWord, 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 AsLongword property represents the LongWord value of a TFDParam object.
Setting the AsLongword property sets the DataType property to ftLongWord.