Fmx.Bind.Navigator.TCustomBindNavigator

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layouts.TLayoutFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindNavigator

Delphi

TCustomBindNavigator = class (TLayout, IBindNavigator)

C++

class PASCALIMPLEMENTATION TCustomBindNavigator : public Fmx::Layouts::TLayout

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.

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