{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\{table:class=servoy sSummery}{colgroup}{column:width=80px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Constants Summary{th}{tr}{tbody}{tr}{td}[Number]{td}{td}[#HEADLESS_CLIENT]
Constant for application type headless_client.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#RUNTIME_CLIENT]
Constant for application type runtime_client.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#SMART_CLIENT]
Constant for application type smart_client.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#WEB_CLIENT]
Constant for application type web_client.{td}{tr}{tbody}{table}\\{table:class=servoy sDetail}{colgroup}{column:width=100%}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Constants Details{th}{tr}{tbody:id=80D54A66-AC81-41AD-A396-8B6C10866F99}{tr:id=name}{td}h6.HEADLESS_CLIENT{td}{tr}{tr:id=des}{td}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_des|text=|trigger=button}{sub-section}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_des|trigger=none|class=sIndent}Constant for application type headless_client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_ret|text=|trigger=button}{sub-section}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_see|text=|trigger=button}{sub-section}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_see|text=|trigger=button}{sub-section}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_sam|text=|trigger=button}{sub-section}{sub-section:80D54A66-AC81-41AD-A396-8B6C10866F99_sam|class=sIndent|trigger=none}{code:language=javascript}
if (application.getApplicationType() == APP_TYPES.HEADLESS_CLIENT)
{
	//we are in headless_client
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED}{tr:id=name}{td}h6.RUNTIME_CLIENT{td}{tr}{tr:id=des}{td}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_des|text=|trigger=button}{sub-section}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_des|trigger=none|class=sIndent}Constant for application type runtime_client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_ret|text=|trigger=button}{sub-section}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_see|text=|trigger=button}{sub-section}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_see|text=|trigger=button}{sub-section}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_sam|text=|trigger=button}{sub-section}{sub-section:3BDFC3E2-5BC9-4FB5-B96D-B8B48B1486ED_sam|class=sIndent|trigger=none}{code:language=javascript}
if (application.getApplicationType() == APP_TYPES.RUNTIME_CLIENT)
{
	//we are in runtime_client
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6}{tr:id=name}{td}h6.SMART_CLIENT{td}{tr}{tr:id=des}{td}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_des|text=|trigger=button}{sub-section}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_des|trigger=none|class=sIndent}Constant for application type smart_client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_ret|text=|trigger=button}{sub-section}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_see|text=|trigger=button}{sub-section}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_see|text=|trigger=button}{sub-section}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_sam|text=|trigger=button}{sub-section}{sub-section:4FAF7314-EB09-4F9F-B8D3-4C4E81119BC6_sam|class=sIndent|trigger=none}{code:language=javascript}
if (application.getApplicationType() == APP_TYPES.SMART_CLIENT)
{
	//we are in smart_client
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=81104ED8-793D-4396-B51C-DC3176F6FD3E}{tr:id=name}{td}h6.WEB_CLIENT{td}{tr}{tr:id=des}{td}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_des|text=|trigger=button}{sub-section}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_des|trigger=none|class=sIndent}Constant for application type web_client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_ret|text=|trigger=button}{sub-section}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_see|text=|trigger=button}{sub-section}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_see|text=|trigger=button}{sub-section}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_sam|text=|trigger=button}{sub-section}{sub-section:81104ED8-793D-4396-B51C-DC3176F6FD3E_sam|class=sIndent|trigger=none}{code:language=javascript}
if (application.getApplicationType() == APP_TYPES.WEB_CLIENT)
{
	//we are in web_client
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}