Contents - Index - Previous - Next


OnSetEditText event



Applies to
TProfGrid component

Declaration
property OnSetEditText: TProfGridSetEditTextEvent;

Description

Occurs when the user edits the value of a cell.

Write an OnSetEditText event handler to perform any special processing of the text edited by the user in the inplace editor. OnSetEditText occurs every time the user changes the text. The Value parameter is the new text in the inplace editor.