API:Fmx.Bind.Navigator.TFMXBindNavigateApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Fmx.Bind.Navigator.TFMXBindNavigateActionFMX.ActnList.TActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentTFMXBindNavigateApplyUpdates

Delphi

TFMXBindNavigateApplyUpdates = class(TFMXBindNavigateAction)

C++

class PASCALIMPLEMENTATION TFMXBindNavigateApplyUpdates : public TFMXBindNavigateAction

Properties

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

Description

Implements a standard LiveBindings action.

Fmx.Bind.Navigator.TFMXBindNavigateApplyUpdates inherits from Fmx.Bind.Navigator.TFMXBindNavigateAction. All content below this line refers to Fmx.Bind.Navigator.TFMXBindNavigateAction.

Implements a standard LiveBindings action.

TFMXBindNavigateAction is the base class for all standard LiveBindings actions that are compatible with the bind navigator. The standard LiveBindings actions are listed in the following table.

Button Purpose
Fmx.Bind.Navigator.TFMXBindNavigateFirst Sets the current record to the first record in the data source, disables the First and Prior buttons, and enables the Next and Last buttons, if they are disabled.
Fmx.Bind.Navigator.TFMXBindNavigatePrior Sets the current record to the previous record and enables the Last and Next buttons, if they are disabled.
Fmx.Bind.Navigator.TFMXBindNavigateNext Sets the current record to the next record and enables the First and Prior buttons, if they are disabled.
Fmx.Bind.Navigator.TFMXBindNavigateLast Sets the current record to the last record in the data source, disables the Last and Next buttons, and enables the First and Prior buttons, if they are disabled.
Fmx.Bind.Navigator.TFMXBindNavigateInsert Inserts a new record before the current record and sets the data source into Insert and Edit states.
Fmx.Bind.Navigator.TFMXBindNavigateDelete Deletes the current record and makes the next record the current record.
Fmx.Bind.Navigator.TFMXBindNavigateEdit Puts the data source into Edit state so that the current record can be modified.
Fmx.Bind.Navigator.TFMXBindNavigatePost Writes changes in the current record to the data source.
Fmx.Bind.Navigator.TFMXBindNavigateCancel Cancels edits to the current record, restores the record display to its condition prior to editing, and turns off the Insert and Edit states, if they are active.
Fmx.Bind.Navigator.TFMXBindNavigateRefresh Refreshes the buffered data in the associated data source.
Fmx.Bind.Navigator.TFMXBindNavigateApplyUpdates Applies all pending updates to the data source.
Fmx.Bind.Navigator.TFMXBindNavigateCancelUpdates Cancels all pending updates to the data source.

For more information on how to use standard LiveBindings actions, see the LiveBindings and Action Lists help topic.

See Also