You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SaveTabs method |
Top Previous Next |
Declaration function SaveTabs(Index: integer): Boolean;
Category
Description This method will save the current tab settings using a value of Index from 1 to 10. These settings can later be restored with a call to RestoreTabs. The result of this function will be true if the call was successful.
See also TBaseReport Class, RestoreTabs, SetTab
Example (Delphi) // Save the current tab settings in position 5 SaveTabs(5);
Example (C++Builder) SaveTabs(5); |
You are reading help file online using chmlib.com
|