Data.DB.TBCDField.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: TBCDField

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.

See Also