Data.DB.TLargeintField.GetAsSingle

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TLargeintField

Delphi

function GetAsSingle: Single; override;

C++

virtual float __fastcall GetAsSingle();

Description

Returns the value of the field as a Single.

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

See Also