PicklistProperties Interface |
Properties specific to Picklist objects.
Namespace: SystemProperties
The PicklistProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | __FunctionStubs | For Studio use in resolving picklists with embedded functions. |
![]() | Caption | The localized name of the picklist. |
![]() | Description | The description of the picklist. |
![]() | ExcludeFromCodeGen | If true, this item is excluded from code generation. |
![]() | LateBoundSQL | The statement used to fill the list in a late bound fashion. This can contain the parameters {{KEY}} and {{DISCRIM}}. You should NOT Ansi Quote the placeholders. |
![]() | NullEntryCaption | The caption to use for this picklist's null entry. |
![]() | ObjectName | The name to use for the enumeration when generating standard picklist enumerations or classes. |
![]() | VocabTextModifier | If your picklists supports vocab text override of display text, you can specify how the display text is formatted in the picklist. |
![]() |
---|
This interface is declared for documentation purposes only and is not intended to be used from code. |