You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ClearAllTabs method |
Top Previous Next |
Declaration procedure ClearAllTabs;
Category
Description This method will clear the current tab settings as well as all saved tab settings. This call is normally not needed since the tabs are cleared once the report is finished.
See also TBaseReport Class, ClearTabs, SaveTabs
Example (Delphi) // Clear all tabs, including saved tabs
Example (C++Builder) rp1->ClearAllTabs(); |
You are reading help file online using chmlib.com
|