Data.DB.TFMTBCDField.SetAsFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsFloat(Value: Double); override;

C++

virtual void __fastcall SetAsFloat(double Value);

Properties

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

Description

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

SetAsFloat sets the field's value with Value converted to BCD.

See Also