listview ToolTipOptions property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
type  
  TacListViewToolTipOption = (ttoInstantShow, ttoLongStay, ttoBelowItem, ttoOffset);  
  TacListViewToolTipOptions = set of TacListViewToolTipOption;  
 
property ToolTipOptions: TacListViewToolTipOptions;  

Description
The ToolTipOptions property controls behavior of the tooltips (hints) for partially hidden list items.  
 
There are possible values:  
ValueMeaning  
ttoInstantShowshow the tooltips instantly when the mouse overs the list item (without a second delay);  
ttoLongStaytooltips does not disappears until user move mouse pointer away from the list item, when ttoLongStay is True. Usually tooltips stays visible only 5 seconds;  
ttoBelowItemthe tooltip will be displayed below item (will not cover it by itself);  
ttoOffsetoffsets the tooltip to display it to the right and below the item.  

Snapshots
ttoBelowItem = True  
aclistviewss5  
 
ttoOffset = True  
aclistviewss6  

See also
ShowToolTips property.