IsMDComponent function
Syntax
IsMDComponent()
Description
Use the IsMDComponent function to return a Boolean value indicating whether the component type is set to Master/Detail on the Fluid tab.
Important:
Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
Example
If (IsMDRequest() Or
IsMDComponent()) Then
/* Some processing */
End-If;