numberedit OnLabelClick event
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox, acImagesComboBox and acTreeComboBox components.  

Declaration
property OnLabelClick: TNotifyEvent;  

Description
The OnLabelClick event occurs when user clicks the label attached to the control with a mouse.  
 
tip To make the label appear near the edit control — set AttachedLabel.Visible to True, or to False if you'd like to hide the attached label.  

See also
AttachedLabel structure.