API:Data.DB.TBCDField.SetAsInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsInteger(Value: Integer); override;

C++

virtual void __fastcall SetAsInteger(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TBCDField

Description

Sets the value of the field with the given Integer value.

Data.DB.TBCDField.SetAsInteger inherits from Data.DB.TField.SetAsInteger. All content below this line refers to Data.DB.TField.SetAsInteger.

Sets the value of the field with the given Integer value.

Descendants of TField that represent Integer fields override the SetAsInteger method to set the value of the field with the given Integer Value.

Trying to call the SetAsInteger method raises an exception.

See Also