|
TCustomRichViewEdit.EndItemModify |
Top Previous Next |
|
Quickly reformats editor after modifying item. procedure EndItemModify(ItemNo: Integer; ModifyData: Integer); 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 |