ShowOptions Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Miscellaneous >

ShowOptions Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

procedure ShowOptions( PageIndex: Integer);

Section

Description

Shows the Options Dialog at the Required Page Index

Section

Parameters

 

Parameter

Usage

PageIndex

Tabsheet's PageIndex

 

Tabsheet Page Index:

0 - General

1 - Display

2 - Calculation

3 - User Report

Section

Method Result

None

Section

Example

PowaMasterObj.ShowOptions(1);

Section

See Also

ShowOverview

ShowUserReport

Section