API:IBX.IBCustomDataSet.TIBDataLink.CheckBrowseMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckBrowseMode; override;

C++

virtual void __fastcall CheckBrowseMode();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataLink

Description

Allows the data-aware object to respond just before an event that changes the dataset state.

IBX.IBCustomDataSet.TIBDataLink.CheckBrowseMode inherits from Data.DB.TDataLink.CheckBrowseMode. All content below this line refers to Data.DB.TDataLink.CheckBrowseMode.

Allows the data-aware object to respond just before an event that changes the dataset state.

The CheckBrowseMode method defined by TDataLink merely provides an interface for a method that can update any state information just before a change to the dataset occurs. Derived objects that do not need to respond to these events can allow the inherited method to ignore them.

See Also