combodatepicker Position property
Return to Introduction  Previous page  Next page
Applies to
acComboDatePicker component as subproperty of Labels structure.  

Declaration
type  
  TacComboDatePickerLabelsPosition = (dlpBelow, dlpAbove);    
 
property Position: TacComboDatePickerLabelsPosition;  

Description
The Position property controls the placement of the labels "attached" to day/month/year combo-boxes.  
 
The labels can be below (default), or above the combo-boxes.  
 
tip If you don't want to display the labels — set Visible to False.  

See also
Visible and Spacing properties.