
03.05.2012, 08:37
|
 |
Let Me Show You
|
|
Регистрация: 30.04.2010
Адрес: Северодвинск
Сообщения: 5,426
Версия Delphi: 7, XE5
Репутация: 59586
|
|
Цитата:
Сообщение от Radical
Я, к примеру, ничего там такого не нашёл.
|
oh, man...
Цитата:
TCustomRichView.DeleteItems
Removes the specified number of items (Count) from the document, starting from the FirstItemNo-th item.
procedure DeleteItems(FirstItemNo, Count: Integer);
|
ну и как уже написали:
Цитата:
TCustomRichView.ItemCount (read only)
Number of items in RichView
property ItemCount: Integer;
|
http://www.trichview.com/help/
__________________
Пишу программы за еду.
__________________
|