Navigation: Ultimate Suite for PowerBuilder Help > Single Page Application Windows > Tabbed Caption > Functions >

of_isenabled

Send comments on this topic.

 

Description:

Used to determine if a tab is enabled or disabled.

Syntax:

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

Argument

Description

al_index

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

aw_object

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

auo_object

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

Return Value:

Returns TRUE is the tab is enabled or FALSE if it's disabled.

Usage:

See Also:
of_setenabled


Copyright © 2021 Werysoft Inc.