Data.Bind.ObjectScope.TDataGeneratorAdapter.AutoPost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TDataGeneratorAdapter

Delphi

property AutoPost;

C++

__property AutoPost;

Description

Specifies whether the source adapter can post fields automatically.

Data.Bind.ObjectScope.TDataGeneratorAdapter.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