LabelListType Enumeration

Specifies how the list of Labels is maintained.

Syntax Constants
Enum LabelListType
    swcLabelListType_General = swcGeneral
    swcLabelListType_Dynamic = swcDynamic
    swcLabelListType_Static = swcStatic
    swcLabelListType_DateTime = 3
    swcLabelListType_Query = 4
End Enum
  • swcLabelListType_General: User can enter any text into the Label; no list of labels is maintained.
  • swcLabelListType_Dynamic: User can enter any text into the Label, but new labels are added to the Label List and include for selection next time.
  • swcLabelListType_Static: User must select from the pre-defined list of labels.
  • swcLabelListType_DateTime: No list of labels.
  • swcLabelListType_Query: User define a SQL statement for the list of labels.