Vcl.DBCtrls.TFieldDataLink.OnEditingChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEditingChange: TNotifyEvent read FOnEditingChange write FOnEditingChange;

C++

__property System::Classes::TNotifyEvent OnEditingChange = {read=FOnEditingChange, write=FOnEditingChange};

Properties

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

Description

Occurs after the DataSource transitions into or out of an editing state.

Write an OnEditingChange event handler to take specific action when the DataSource transitions into or out of an editing state. This event can be used to create visual indications of the editing state in the control that uses this TFieldDataLink.

See Also