IsGroupletInteractive function
Syntax
IsGroupletInteractive()
Description
Use the IsGroupletInteractive function to return a Boolean value indicating whether the fluid component running as a grouplet request is an interactive grouplet (or tile).
Important:
Use this function within fluid applications only.
Parameters
None
Returns
A Boolean value.
Example
If IsGroupletRequest() And
IsGroupletInteractive() Then
/* Some processing */
End-If;
Related Topics