API:Data.DB.TLongWordField.SetAsLargeInt

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TLongWordField

Delphi

procedure SetAsLargeInt(Value: Largeint); override;

C++

virtual void __fastcall SetAsLargeInt(Largeint Value);

Description

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

Data.DB.TLongWordField.SetAsLargeInt inherits from Data.DB.TField.SetAsLargeInt. All content below this line refers to Data.DB.TField.SetAsLargeInt.

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

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

Trying to call the SetAsLargeInt method raises an exception.

See Also