labeledcombobox Visible property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox and acImagesComboBox components as subproperty of AttachedLabel structure.  

Declaration
property Visible: Boolean;  

Description
The Visible property determines whether the label attached to the control appears on screen.  
 
Use the Visible property to control the visibility of the control at runtime. If Visible is true, the control appears. If Visible is false, the control is not visible.