Data.DB.TField.DataSetMissingError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataSetMissingError;

C++

void __fastcall DataSetMissingError();

Properties

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

Description

Raises an EDatabaseError exception.

TField calls DataSetMissingError when you read or write the field data and there is no dataset assigned to the field.

The message of the exception contains the following text:

Field '%s' has no dataset

Where %s is the display name of the field.

See Also