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