Fmx.Bind.Navigator.TFMXBindNavigateAction.DataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSource: TBaseLinkingBindSource read GetDataSource write SetDataSource;

C++

__property Data::Bind::Components::TBaseLinkingBindSource* DataSource = {read=GetDataSource, write=SetDataSource};

Properties

Type Visibility Source Unit Parent
property published
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TFMXBindNavigateAction

Description

Specifies the linking bind source (binding datasource) that will be affected by standard LiveBindings actions (for instance, Delete, ApplyUpdates, CancelUpdates, and so on).

See Also