Data.DB.TLargeintField.SetAsExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsExtended(Value: Extended); override;

C++

virtual void __fastcall SetAsExtended(System::Extended Value);

Properties

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

Description

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

SetAsExtended converts the floating-point notation Value parameter to the nearest Largeint value.

See Also