LiteDAC

TDAParam.AsInteger Property

Used to assign the value for an integer field to the parameter.

Class

TDAParam

Syntax

property AsInteger: LongInt;

Remarks

Use the AsInteger property to assign the value for an integer field to the parameter. Setting AsInteger will set the DataType property to dtInteger.

Read the AsInteger property to determine the value that was assigned to an output parameter, represented as a 32-bit integer. The value of the parameter will be converted to the Integer value if possible.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback