combodatepicker Labels property
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acComboDatePicker component.  

Declaration
type  
  TacComboDatePickerLabelsPosition = (dlpBelow, dlpAbove);    
  TacComboDatePickerLabels = class  
  published  
    property StrDayString;  
    property StrMonthString;  
    property StrYearString;  
    property Spacing: Integer default 1;  
    property Position: TacComboDatePickerLabelsPosition default dlpBelow;  
    property Visible: Boolean default True;  
  end;  
 
property Labels: TacComboDatePickerLabels;  

Description
The Labels structure specifies the properties for the labels, "attached" to the selection combo-boxes.  
 
Visible property controls whether the labels are visible or not, Position — specifies the placement of attached labels (below or above), Spacing — specifies the space in pixels between the combo-box and the labels.  
 
StrDay, StrMonth and StrYear properties specifies the text for lables. You can change these values if you need to translate the text to another language.  

See also
SpacingBetweenCombos, WidthDayMonthBoxes and WidthYearBox properties.