You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. TabEnd method |
Top Previous Next |
Declaration function TabEnd(Index: integer): double;
Category
Description This method will return the horizontal ending 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, TabStart, TabWidth
Example (Delphi) // End of current tab region CurrEnd := RvNDRWriter1.TabEnd( 0);
Example (C++Builder) CurrEnd = RvNDRWriter1->TabEnd( 0); |
You are reading help file online using chmlib.com
|