Fmx.Bind.Navigator
Defines the FireMonkey binding navigator classes and types, used for navigating datasets.
Package | bindcompfmx280.bpl |
---|
Classes
EBindNavException | Exception class for all errors that might occur when working with the binding navigator. |
TBindNavButton | Implements a button used by the TBindNavButton component. |
TBindNavigator | The binding navigator you use in FireMonkey applications in order to access the records in a dataset. |
TCustomBindNavigator | The base class for the TBindNavigator object. |
TFMXBindNavigateAction | Implements a standard LiveBindings action. |
TFMXBindNavigateApplyUpdates | Implements a standard ApplyUpdates LiveBindings action. |
TFMXBindNavigateCancel | Implements a standard Cancel LiveBindings action. |
TFMXBindNavigateCancelUpdates | Implements a standard CancelUpdates LiveBindings action. |
TFMXBindNavigateDelete | Implements a standard Delete LiveBindings action. |
TFMXBindNavigateEdit | Implements a standard Edit LiveBindings action. |
TFMXBindNavigateFirst | Implements a standard First LiveBindings action. |
TFMXBindNavigateInsert | Implements a standard Insert LiveBindings action. |
TFMXBindNavigateLast | Implements a standard Last LiveBindings action. |
TFMXBindNavigateNext | Implements a standard Next LiveBindings action. |
TFMXBindNavigatePost | Implements a standard Post LiveBindings action. |
TFMXBindNavigatePrior | Implements a standard Prior LiveBindings action. |
TFMXBindNavigateRefresh | Implements a standard Refresh LiveBindings action. |
Types
EBindNavClick | Is a procedural type used by the BeforeAction and OnClick events. |
Fmx_Bind_Navigator | Is a C++Builder style enumeration similar to its Delphi analogue TBindNavButtonStyle. |
TBindNavButtonSet | Set of TBindNavigateBtn. |
TBindNavButtonStyle | Set of button styles used by a TBindNavButton object. |
TBindNavGlyph | Enumeration of values used to enable or disable the glyphs (pictures) on the bind navigator buttons. |
TBindNavigateBtn | Enumeration of buttons used by a TCustomBindNavigator descendant. |
Constants
InitRepeatPause | InitRepeatPause: Integer = $190; |
RepeatPause | RepeatPause: Integer = $64; |
SpaceSize | SpaceSize: Integer = 5; |