You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. UnregisterGraphic method |
Top Previous Next |
Declaration procedure UnregisterGraphic( index: integer );
Category
Description This method will help manage repeating, large bitmaps in a print job. This method is used to insure that the index used by RegisterGraphic is clear. You must call this method if you have previously registered a graphic in that index. However, it is safe and recommended to always call UnregisterGraphic before using these graphic index methods.
See also TBaseReport Class, RegisterGraphic, ReuseGraphic
Example See RegisterGraphic |
You are reading help file online using chmlib.com
|