Action
Returns the number of pages in the pagelist.
Syntax
iCount = pagelist.GetPageCount ( )
Variable
|
Description
|
iCount
|
The number of pages in the pagelist.
INTEGER.
|
Notes
GetPageCount returns the number of pages in the pagelist.
Example
for iPage = 1 to MyDialog.MyPageList.GetPageCount()
// ...