Fmx.Bind.Navigator.TFMXBindNavigateCancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Fmx.Bind.Navigator.TFMXBindNavigateActionFMX.ActnList.TActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionTFMXBindNavigateCancelUpdates

Delphi

TFMXBindNavigateCancelUpdates = class(TFMXBindNavigateAction)

C++

class PASCALIMPLEMENTATION TFMXBindNavigateCancelUpdates : 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 CancelUpdates LiveBindings action.

The TFMXBindNavigateCancelUpdates class implements a standard LiveBindings action that is used to discard all changes that have been made to the data source and restores the data source to the values originally retrieved from the database. For more information on how to use standard LiveBindings actions, see the LiveBindings and Action Lists help topic.

See Also