Data.DB.TBooleanField.GetValue

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: TBooleanField

Delphi

function GetValue(var Value: Boolean): Boolean;

C++

bool __fastcall GetValue(bool &Value);

Description

Fills Value with the boolean value of this field, and returns True if the field contains a value or False if the field data is null.

GetValue converts the raw data of the field into a boolean.

Other methods of TBooleanField call GetValue.

See Also