TRVTableItemInfo.GetEditedCell

<< Click to display table of contents >>

TRVTableItemInfo.GetEditedCell

Returns inplace editor for the currently edited cell, or nil if there is no such cell.

function GetEditedCell(out Row,Col: Integer): TCustomRichViewEdit;

Output parameters:

Row and Col receive position of the cell that is being edited.

This method must be called when the document is formatted.

 

See also:

▪Overview of selection in tables;

▪Overview of cell editing.

See also methods:

▪GetNormalizedSelectionBounds;

▪EditCell.