|
|
|
|
|
gpwNone (Function) In french: gpwAucun Returns the value of the word "NONE" according to the framework used or the language specified. The word "NONE" is used when a user does not belong to a group. Note: As groupware and groupware files are multilingual, it is possible to retrieve the value of the constant representing the word "NONE". sCstAucun is string
sCstAucun = gpwNone()
Syntax
<Result> = gpwNone([<Language>])
<Result>: Character string Value of the word "NONE". If the <Langue> parameter is not specified, the value returned depends on the framework used: - "<NONE>" if the framework is in English
- "<AUCUN>" if the framework is in French.
<Language>: Optional constant Language to be used to obtain the value corresponding to "NONE": | | languageEnglish | Value corresponding to "NONE". | languageFrench | Value corresponding to "AUCUN" in French: "AUCUN". | languageSpanish | Value corresponding to "NONE" in Spanish: "NONE". |
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|