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

TShellTreeView

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

Declaration

Source position: shellctrls.pas line 150

type TShellTreeView = class(TCustomShellTreeView)

published

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

  property AutoExpand: Boolean;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BackgroundColor: TColor;

  

  property BorderStyle: TBorderStyle;

  

  property BorderWidth: TBorderWidth;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property Enabled: Boolean;

  

  property ExpandCollapseMode: TExpandCollapseMode;

  

  property ExpandSignType: TTreeViewExpandSignType;

  

  property Font: TFont;

  

  property FileSortType: TFileSortType;

  

  property HideSelection: Boolean;

  

  property HotTrack: Boolean;

  

  property Images: TCustomImageList;

  

  property Indent: Integer;

  

  property MultiSelectStyle: TMultiSelectStyle;

  

  property ParentColor: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ReadOnly: Boolean;

  

  property RightClickSelect: Boolean;

  

  property Root: string;

  

  property RowSelect: Boolean;

  

  property ScrollBars: TScrollStyle;

  

  property SelectionColor: TColor;

  

  property ShowButtons: Boolean;

  

  property ShowHint: Boolean;

  

  property ShowLines: Boolean;

  

  property ShowRoot: Boolean;

  

  property StateImages: TCustomImageList;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property Tag;

  

  property ToolTips: Boolean;

  

  property Visible: Boolean;

  

  property Options: TTreeViewOptions;

  

  property TreeLineColor: TColor;

  

  property TreeLinePenStyle: TPenStyle;

  

  property ExpandSignColor: TColor;

  

  property ObjectTypes: TObjectTypes;

  

  property ShellListView: TCustomShellListView;

  

  property OnAddItem: TAddItemEvent;

  

  property OnAdvancedCustomDraw: TTVAdvancedCustomDrawEvent;

  

  property OnAdvancedCustomDrawItem: TTVAdvancedCustomDrawItemEvent;

  

  property OnChange: TTVChangedEvent;

  

  property OnChanging: TTVChangingEvent;

  

  property OnClick: TNotifyEvent;

  

  property OnCollapsed: TTVExpandedEvent;

  

  property OnCollapsing: TTVCollapsingEvent;

  

  property OnCustomDraw: TTVCustomDrawEvent;

  

  property OnCustomDrawItem: TTVCustomDrawItemEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnEdited: TTVEditedEvent;

  

  property OnEditing: TTVEditingEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnExpanded: TTVExpandedEvent;

  

  property OnExpanding: TTVExpandingEvent;

  

  property OnGetImageIndex: TTVExpandedEvent;

  

  property OnGetSelectedIndex: TTVExpandedEvent;

  

  property OnHasChildren: TTVHasChildrenEvent;

  

  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 OnSelectionChanged: TNotifyEvent;

  

  property OnShowHint: TControlShowHintEvent;

  

  property OnSortCompare: TFileItemCompareEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

end;

Inheritance

TShellTreeView

  

|

TCustomShellTreeView

  

|

TCustomTreeView

  

The base class for TTreeView.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

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