|
TCustomRichViewEdit.ResizeControl |
Top Previous Next |
|
Resizes control in the ItemNo-th item, and quickly reformats the affected part of the document. procedure ResizeControl(ItemNo, NewWidth, NewHeight: Integer);
The ItemNo-th item must be of "inserted control" type (rvsComponent), otherwise the method raises ERichViewError exception. The control's width will be set to NewWidth, height to NewHeight. Method type:
See also methods: See also properties: See also: |