Vcl.DBCtrls.TNavDataLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TDataLinkSystem.Classes.TPersistentSystem.TObjectTNavDataLink

Delphi

TNavDataLink = class(TDataLink)

C++

class PASCALIMPLEMENTATION TNavDataLink : public Data::Db::TDataLink

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TNavDataLink helps manage the link to the dataset for a TDBNavigator object.

TNavDataLink is tailored to work with a TDBNavigator. It should only be used by the TDBNavigator class.

See Also