|
|
|
|
|
gpwDefault (Function) In french: gpwDéfaut Returns the value corresponding to "DEFAULT" depending on the framework used or the language specified. Note: As groupware and groupware files are multilingual, it is possible to retrieve the value of the constant representing the word "DEFAULT". sCstDéfaut is string
sCstDéfaut = gpwDefault()
Syntax
<Result> = gpwDefault([<Language>])
<Result>: Character string Value corresponding to "DEFAULT". If the <Langue> parameter is not specified, the value returned depends on the framework used: - "DEFAULT" if the framework is in English,
- "DEFAUT" if the framework is in French.
<Language>: Optional constant Language to be used to obtain the value corresponding to "DEFAULT": | | languageEnglish | Value corresponding to "DEFAULT". | languageFrench | Value corresponding to "DEFAULT" in French: "DEFAUT". | languageSpanish | Value corresponding to "DEFAULT" in Spanish: "DEFAULT". |
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|