Data.DB.TFMTBCDField.GetAsSingle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsSingle: Single; override;

C++

virtual float __fastcall GetAsSingle();

Properties

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

Description

Returns the value of the field as a Single.

GetAsSingle returns the field's value as a single precision floating-point value.

See Also