IsBackEnabled function
Syntax
IsBackEnabled()
Description
Use the IsBackEnabled function to return a Boolean value indicating whether the Back button is enabled on the component.
Important:
Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
Example
If Not (IsBackEnabled()) Then
PT_WORK.PT_BUTTON_BACK.Visible = False;
End-If;