TCustomRichViewEdit.EndItemModify

<< Click to display table of contents >>

TCustomRichViewEdit.EndItemModify

Quickly reformats editor after modifying item.

procedure EndItemModify(ItemNo: Integer; ModifyData: TRVCoord);

Parameters:

ItemNo index of item which was modified.

ModifyData the value obtained in BeginItemModify

Usually this function is used when modifying tables.

Example is in Table Operations Overview