Data.DB.TDataLink.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
Data.DB.pas
Data.DB.hpp
Data.DB TDataLink

Description

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