IsLogoutEnabled function

Syntax

IsLogoutEnabled()

Description

Use the IsLogoutEnabled function to return a Boolean value indicating whether the Logout button is enabled on the component.

Important:

Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

Example

If Not (IsLogoutEnabled()) Then
   PT_WORK.PT_BUTTON_LOGOUT.Visible = False;
End-If;