richlabel TacRichLabel component
Hierarchy Properties Events
Return to Introduction  Previous page  Next page
Overview
The acRichLabel component is the label which able to show the rich text. Some words or characters can be bold, italic or underlined, and you can specify the custom colors for various parts of text. At design-time you can edit the rich text using WYSIWYG editor for Caption property.  
 
The rich text used in this controls is not standard RTF or HTML, however it supports kind of tags, which also used in the context-sensitive help of the acFormHelp component.  

Snapshot
acrichlabelss  
 
Additional / improved properties
Captionspecifies the text for label. You can use rich-style tags;  
MarginHorz;  
MarginVert;  
ShadowColor;  
ShowFrame;  
ShowShadow;  
Transparent;  
WordWrapwhether the text should wraps to the next line if it doesn't fits to the control's bounds.  

New events
OnMouseEnteroccurs when mouse pointer hovers the label;  
OnMouseLeaveoccurs when mouse pointer leaves the label.  

See also
acFormHelp, acLabel, acURLLabel and acHTMLViewer components.