Data.Bind.ObjectScope.TDataGeneratorAdapter.AutoPost
Delphi
property AutoPost: Boolean read FAutoPost write FAutoPost;
C++
__property AutoPost;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TDataGeneratorAdapter |
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.