Description
Returns
the items in a static choice list for a QueryFieldDef.
Syntaxe
VBScript
queryfielddef.ChoiceList
Perl
$queryfielddef->GetChoiceList();
- Identificateur
- Description
- queryfielddef
- A QueryFieldDef object.
- Valeur de retour
- For VBScript, a Variant which is an array of strings if
there is a static choice-list available for this field from the schema.
For Perl, a reference to an array of strings if there is a
static choice-list available for this field from the schema.