TCustomRichViewEdit.BeginItemModify

<< Click to display table of contents >>

TCustomRichViewEdit.BeginItemModify

Stores some information required for quick reformatting after modification of item.

procedure BeginItemModify(ItemNo: Integer; out ModifyData: TRVCoord);

Input parameter:

ItemNo – index of item which will be modified.

Output parameter:

ModifyData receives some formatting information. Value assigned to this parameter should be passed to EndItemModify after performing modifications.

Usually this function is used when modifying tables.

This method must be called only when the document is formatted.

Example is in Table Operations Overview