IsAGComponent function
Syntax
IsAGComponent()
Description
Use the IsAGComponent function to return a Boolean value indicating whether the component type is set to Activity Guide on the Fluid tab.
Important:
Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
Example
Local boolean &bIsAG = IsAGComponent();
If (&bIsAG) Then
/* Some processing */
End-If;