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