Data.Bind.ObjectScope.TBindSourceAdapter.AutoEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoEdit: Boolean read FAutoEdit write FAutoEdit default True;

C++

__property bool AutoEdit = {read=FAutoEdit, write=FAutoEdit, default=1};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

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.

See Also