Description
TPSCPickType can take one of the following values: ptAuto - Type of the pick list and of the popup form is automatic. ptDate - Popup will be shown as calendar popup form. ptTime - Popup will be shown as popup form for inputting time value. ptDateTime - This value means that type of the pick list will be viewed is TDateTime value. Popup will be shown as calendar popup form with field for inputting time value as a string value. ptCalculator - This value means that type of the pick list will be viewed as integer, float or currency value. Pick list will be shown as calculator form. ptText - This value means that type of the pick list will be viewed as string value. Pick list will be shown as popup form for inputting string value. ptPickList - This value means that type of the pick list will be viewed as value, which is selected from specified list. Pick list will be shown as list box form. ptLookup - This value means that type of the pick list will be viewed as value, which is selected from specified lookup list box. Pick list will be shown as lookup list box form. ptBoolean - This value means that type of the pick list will be viewed as Boolean value. Pick list will be shown as list box form with two values: "TRUE" and "FALSE".