Returns the number of pages in the tab object.
[ lPagesCount = ] Object.PageCount
The PageCount property syntax has the following parts:
|
Name] |
Type |
Description |
|
Object |
ATab |
ATab control |
|
lPageCount |
Long |
number of pages in a tab |
The following example returns the number of pages in a tab control, tab:
lPageCount=tab.PageCount