API:Data.Bind.ObjectScope.TDataGeneratorAdapter.AutoEdit
Delphi
property AutoEdit: Boolean read FAutoEdit write FAutoEdit default 1;
C++
__property AutoEdit = {default=1};
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 call the Edit method automatically. {{#multireplace:Data.Bind.ObjectScope.TDataGeneratorAdapter.AutoEdit|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.AutoEdit|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.AutoEdit|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies whether the source adapter can call the Edit method automatically.
AutoEdit is True by default. When the user attempts to modify data, the Edit method checks if AutoEdit is set to True.