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