Fmx.Bind.Navigator.TFMXBindNavigateAction.DataSource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DataSource: TBaseLinkingBindSource read GetDataSource write SetDataSource;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TFMXBindNavigateAction

Beschreibung

Gibt die Bindungsquelle der Verknüpfung (Bindungsdatenquelle) an, auf die sich LiveBindings-Standardaktionen auswirken (z.B. Delete, ApplyUpdates, CancelUpdates usw.).

Siehe auch