IsFluidMode
Mon 01 January 2018Syntax
IsFluidMode([Component.COMPONENT_NAME] [, Market.MARKET])
Description
Use the IsFluidMode function to return a Boolean value indicating whether fluid mode is enabled on the specified component. If neither optional parameter is specified, then the function operates on the current component.
Important! Use this function within fluid applications only.
Parameters
Field or Control |
Definition |
---|---|
Component. COMPONET_NAME |
Specifies the component ID as a string value. |
Market. MARKET |
Specifies the market ID as a string value. Alternatively, you can specify the %Market system variable (without the Market. reserved word). |
Returns
A Boolean value.