Data.Bind.Controls.TBindNavigatorController

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindNavigatorController

Delphi

TBindNavigatorController = class(TComponent)

C++

class PASCALIMPLEMENTATION TBindNavigatorController : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls Data.Bind.Controls

Description

Implements a basic binding navigator controller that is used to access the records in a dataset, using LiveBindings.

TBindNavigatorController is used by both TBindNavigator and TBindNavigator to provide a controller that is used to access the records in a dataset, using LiveBindings.

See Also