You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. RestoreTabs method |
Top Previous Next |
Declaration function RestoreTabs(Index: integer): Boolean;
Category
Description This method will restore the tab settings, saved by a previous SaveTabs call, using an Index from 1 to 10. The result of this function will be true if the call was successful.
See also TBaseReport Class, RestoreTabs, SetTab
Example (Delphi) // Restore the tab settings in position 3 RestoreTabs(3);
Example (C++Builder) RestoreTabs(3); |
You are reading help file online using chmlib.com
|