Data.Win.ADODB.TCustomADODataSet.CheckActive

From RAD Studio API Documentation

Delphi

procedure CheckActive; override;

C++

virtual void __fastcall CheckActive(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TCustomADODataSet

Description

Checks whether the dataset is active. {{#multireplace:Data.Win.ADODB.TCustomADODataSet.CheckActive|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.CheckActive|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.CheckActive|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Checks whether the dataset is active.

CheckActive checks whether the dataset is active. If the State of the dataset is 'dsInactive', a database exception is raised.


See Also