Data.Bind.ObjectScope.TBindSourceAdapter.AutoPost
| [–] 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.