Unit 'ShellCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TShellListView

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: shellctrls.pas line 309

type TShellListView = class(TCustomShellListView)

public

  property Columns: TListColumns;

  

published

  property Align: TAlign;

  

  property AutoSizeColumns: Boolean;

  

  property Anchors: TAnchors;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property BorderWidth: TBorderWidth;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property DragCursor: TCursor;

  

  property DragMode: TDragMode;

  

  property Enabled: Boolean;

  

  property Font: TFont;

  

  property HideSelection: Boolean;

  

  property LargeImages: TCustomImageList;

  

  property LargeImagesWidth: Integer;

  

  property Mask: string;

  

  property MaskCaseSensitivity: TMaskCaseSensitivity;

  

  property MultiSelect: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ReadOnly: Boolean;

  

  property RowSelect: Boolean;

  

  property ScrollBars: TScrollStyle;

  

  property ShowColumnHeaders: Boolean;

  

  property ShowHint: Boolean;

  

  property SmallImages: TCustomImageList;

  

  property SmallImagesWidth: Integer;

  

  property SortColumn: Integer;

  

  property SortType: TSortType;

  

  property StateImages: TCustomImageList;

  

  property TabStop: Boolean;

  

  property TabOrder: TTabOrder;

  

  property ToolTips: Boolean;

  

  property Visible: Boolean;

  

  property ViewStyle: TViewStyle;

  

  property ObjectTypes: TObjectTypes;

  

  property Root: string;

  

  property ShellTreeView: TCustomShellTreeView;

  

  property OnChange: TLVChangeEvent;

  

  property OnClick: TNotifyEvent;

  

  property OnColumnClick: TLVColumnClickEvent;

  

  property OnCompare: TLVCompareEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDeletion: TLVDeletedEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEdited: TLVEditedEvent;

  

  property OnEditing: TLVEditingEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnKeyDown: TKeyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnKeyUp: TKeyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  

  property OnMouseWheelHorz: TMouseWheelEvent;

  

  property OnMouseWheelLeft: TMouseWheelUpDownEvent;

  

  property OnMouseWheelRight: TMouseWheelUpDownEvent;

  

  property OnResize: TNotifyEvent;

  

  property OnSelectItem: TLVSelectItemEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

  property OnAddItem: TAddItemEvent;

  

  property OnFileAdded: TCSLVFileAddedEvent;

  

end;

Inheritance

TShellListView

  

|

TCustomShellListView

  

|

TCustomListView

  

TCustomListView is the base class for TListView.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio