Data.Bind.ObjectScope.TBindSourceAdapter.AutoPost

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AutoPost: Boolean read FAutoPost write FAutoPost;

C++

__property bool AutoPost = {read=FAutoPost, write=FAutoPost, nodefault};

Description

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