Data.DB.TField.GetIsNull

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

Delphi

function GetIsNull: Boolean; virtual;

C++

virtual bool __fastcall GetIsNull();

Description

Returns whether the field has data or not.

The GetIsNull method returns whether the field has data or not. If the field has no data, GetIsNull returns True. Otherwise, GetIsNull returns False.

See Also

Code Examples