API:Data.Bind.DBXScope.TParamsAdapter.AutoPost

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoPost;

C++

__property AutoPost;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Data.Bind.DBXScope TParamsAdapter

Beschreibung

Gibt an, ob der Quelladapter Felder automatisch eintragen kann.

Data.Bind.DBXScope.TParamsAdapter.AutoPost erbt von Data.Bind.ObjectScope.TBindSourceAdapter.AutoPost. Der folgende Inhalt bezieht sich auf Data.Bind.ObjectScope.TBindSourceAdapter.AutoPost.

Gibt an, ob der Quelladapter Felder automatisch eintragen kann.

Wenn AutoPost den Wert True hat, kann der Quelladapter Felder automatisch eintragen, andernfalls hat die Eigenschaft den Wert False.

Siehe auch