You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ResetTabs method |
Top Previous Next |
Declaration procedure ResetTabs;
Category
Description This method resets the current tab to the beginning. NewLine calls this function to reset the current tab.
See also TBaseReport Class, ClearTabs, SetTab
Example (Delphi) RvNDRWriter1.ResetTabs;
Example (C++Builder) RvNDRWriter1->ResetTabs(); |
You are reading help file online using chmlib.com
|