Navigation: Ultimate Suite for PowerBuilder Help > Tab Control > Functions >

of_isvisible

Send comments on this topic.

 

Description:

Used to determine if a tab is visible or invisible.

Syntax:

of_isvisible (long al_index)
of_isvisible (userobject auo_object)
of_isvisible (window aw_object)

Argument

Description

al_index

The index of the tab you want to get the visible state for.

aw_object

A reference to the window control that you want to get the visible state for.

auo_object

A reference to the userobject that you want to get the visible state for.

Return Value:

Returns TRUE is the tab is visible or FALSE if it's invisible .

Usage:

See Also:
of_setvisible


Copyright © 2021 Werysoft Inc.