|
FlexCel Studio for VCL/LCL
|
Occurs when the user edits the value of a cell.
property OnSetEditText: TWideSetEditEvent;
__property TWideSetEditEvent OnSetEditText;
|
Parameters |
Description |
|
ACol |
Column of the grid where the cell is being edited. |
|
ARow |
Row of the grid with the cell being edited. |
|
Value |
Use it to return the new value for the cell. |
Write an OnSetEditText event handler to perform any special processing of the text edited by the user in an in-place editor. For example, use the OnSetEditText event to retrieve and store the value of a cell so that it can be displayed in an OnDrawCell event handler. OnSetEditText occurs every time the user changes the text.
OnSetEditText does not occur unless the Options property includes goEditing.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|