RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.OnEditingChange Event

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

Pascal
property OnEditingChange: TNotifyEvent;
C++
__property TNotifyEvent OnEditingChange;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!