Skip to main content
A newer version of this page is available. .

TcxEditingControl Class

An object that provides the base functionality that enables data-aware controls to use in-place editors for data editing.

Declaration

TcxEditingControl = class(
    TcxControl,
    IcxMouseTrackingCaller
)

Remarks

This class introduces several events that allow you to control data editing by in-place editors: OnEditChanged, OnEdited, OnEditing, OnEditValueChanged, and OnInitEdit.

See Also