TRVTableItemInfo.EditCell

<< Click to display table of contents >>

TRVTableItemInfo.EditCell

Activates editing of the specified cell..

procedure EditCell(Row,Col: Integer);

Parameters:

Row and Col defines the position of cell to edit. Row must be in range 0..RowCount-1, Col must be in range 0..ColCount-1.

Cells[Row, Col] must not be nil.

This method creates inplace-editor for this cell.

If this table is nested in another table, this method also initializes inplace-editor in the parent table.

This is an equivalent for Cells[Row, Col].Edit.

This method must be called when the document is formatted.

 

See also:

Overview of cell editing.

See also methods:

GetNormalizedSelectionBounds;

GetEditedCell.