GetNumPages method (WinStudio scripts)

Applies to

IWSIDOCollection interface

Description

Returns the number of pages to be displayed in the page selection user interface

Syntax

object.GetNumPages( )

Part Description
object Required. A reference to an IDO collection object

Remarks

The return value is an integer that indicates the number of pages in the IDO collection.

Example

ThisForm.PrimaryIDOCollection.GetNumPages()