You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvRenderPreview. Clear method |
Top Previous Next |
Declaration procedure Clear;
Category
Description This method will remove the TImage from the preview TScrollBox and refresh the display. This method can be useful for clearing the preview screen without having to destroy the preview form.
See also TRvRenderPreview Class, ScrollBox
Example (Delphi) // Clear the preview screen
Example (C++Builder) RvRenderPreview1->Clear(); |
You are reading help file online using chmlib.com
|