You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. TabStart method |
Top Previous Next |
Declaration function TabStart(Index: integer): double;
Category
Description This method will return the horizontal starting position of the tab box specified by Index. If Index is 0 then the result will be for the current tab and if Index is greater than the number of defined tabs then a value of 0.0 will be returned.
See also TBaseReport Class, GetTab, TabEnd, TabWidth
Example (Delphi) // Start of current tab region CurrStart := RvNDRWriter1.TabStart( 0);
Example (C++Builder) CurrStart = RvNDRWriter1->TabStart( 0);
|
You are reading help file online using chmlib.com
|