API:Fmx.Bind.Navigator.TBindNavigator

From RAD Studio API Documentation
Jump to: navigation, search

Fmx.Bind.Navigator.TCustomBindNavigatorFMX.Layouts.TLayoutFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindNavigator

Delphi

TBindNavigator = class(TCustomBindNavigator)

C++

class PASCALIMPLEMENTATION TBindNavigator : public TCustomBindNavigator

Properties

Type Visibility Source Unit Parent
class public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Description

The base class for the TBindNavigator object.

Fmx.Bind.Navigator.TBindNavigator inherits from Fmx.Bind.Navigator.TCustomBindNavigator. All content below this line refers to Fmx.Bind.Navigator.TCustomBindNavigator.

The base class for the TBindNavigator object.

TCustomBindNavigator implements functionality to draw the control buttons, to specify which buttons are visible, setting some graphical preferences such as the roundness of the button corners, and functionality to interface with a dataset. TCustomBindNavigator uses a TBindNavigatorController object in order to provide you with the ability to work with the records in a dataset using standard buttons such as Next, Prior, and so on.

See Also