API:Data.Bind.DBXScope.TParamsAdapter.AutoPost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoPost;

C++

__property AutoPost;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Data.Bind.DBXScope TParamsAdapter

Description

Specifies whether the source adapter can post fields automatically.

Data.Bind.DBXScope.TParamsAdapter.AutoPost inherits from Data.Bind.ObjectScope.TBindSourceAdapter.AutoPost. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.AutoPost.

Specifies whether the source adapter can post fields automatically.

When AutoPost is True the source adapter can post fields automatically, it is False otherwise.

See Also