Data.DB.TLongWordField.SetAsLargeInt
[–] 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.
The SetAsLargeInt method is used to set the value of the field with the given Int64 Value.