You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. GetTab method |
Top Previous Next |
Declaration function GetTab(Index: integer): PTab;
Category
Description This method will return the tab setting specified by Index. If Index is 0 then GetTab will return the current tab setting and if Index is greater than the number of defined tabs then a value of nil will be returned. See RpDEFINE.PAS for information on the PTab structure.
See also |
You are reading help file online using chmlib.com
|