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

Delphi

function GetAsSingle: Single; override;

C++

virtual float __fastcall GetAsSingle();

Description

Returns the value of the field as a Single.

The GetAsSingle method returns the value of the field as a Single.

See Also