API:Vcl.DBCtrls.TFieldDataLink.Editing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Editing: Boolean read FEditing;

C++

__property bool Editing = {read=FEditing, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

Indicates whether the DataSource is in edit mode.

Vcl.DBCtrls.TFieldDataLink.Editing inherits from Data.DB.TDataLink.Editing. All content below this line refers to Data.DB.TDataLink.Editing.

Indicates whether the DataSource is in edit mode.

Read Editing to determine whether the DataSource is inserting a new record into the dataset, or modifying the current record. To change the dataset into edit mode, and hence the Editing property to true, use the Edit method.

See Also