label Options property
Return to Introduction  Previous page  Next page
Applies to
acLabel and acURLLabel components.  

Declaration
type  
  TacLabelOptions = set of (loPathEllipsis,  
                            loEndEllipsis,  
                            loEditControl);  
 
property Options: TacLabelOptions;  

Description
The Options property controls the label's behavior and how label should display the caption.  
 
There is possible options:  
ValueMeaning  
loPathEllipsisshows the caption as path to some disk object. For example, if label's text doesn;  
loEndEllipsiss  
loEditControls  

See also
WordWrap property.