listview Cursors structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acListView and acTreeView components.  

Declaration
type  
  TacListViewCursors = class  
  published  
    property Border: TCursor;  
    property Divider: TCursor;  
    property Header: TCursor;  
    property HotCursor: TCursor;  
    property ScrollHorz: TCursor;  
    property ScrollVert: TCursor;  
  end;  
 
property Cursors: TacListViewCursors;  

Description
Use Cursors structure to specify custom cursor images for some non-client parts of acListView control. You can specify cursor for border of control, header, columns divider, horizontal and vertical scrollbars.  

See also
acAppCursors component and Additional cursors in the IDE.