Unit 'VirtualTrees' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_virtualtrees]

TVirtualDrawTree

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

Declaration

Source position: virtualtrees.pas line 3619

type TVirtualDrawTree = class(TCustomVirtualDrawTree)

protected

  function GetOptionsClass; override;

  

public

  property Canvas;

  

  property LastDragEffect: LongWord;

  

published

  property Action;

  

  property Align;

  

  property Alignment: TAlignment;

  

  property Anchors;

  

  property AnimationDuration: Cardinal;

  

  property AutoExpandDelay: Cardinal;

  

  property AutoScrollDelay: Cardinal;

  

  property AutoScrollInterval: TAutoScrollInterval;

  

  property Background: TPicture;

  

  property BackgroundOffsetX: Integer;

  

  property BackgroundOffsetY: Integer;

  

  property BiDiMode;

  

  property BorderSpacing;

  

  property BorderStyle;

  

  property BottomSpace: Cardinal;

  

  property ButtonFillMode: TVTButtonFillMode;

  

  property ButtonStyle: TVTButtonStyle;

  

  property BorderWidth;

  

  property ChangeDelay: Cardinal;

  

  property CheckImageKind: TCheckImageKind;

  

  property ClipboardFormats: TClipboardFormats;

  

  property Color;

  

  property Colors: TVTColors;

  

  property Constraints;

  

  property CustomCheckImages: TCustomImageList;

  

  property DefaultNodeHeight: Cardinal;

  

  property DefaultPasteMode: TVTNodeAttachMode;

  

  property DragCursor;

  

  property DragHeight: Integer;

  

  property DragKind;

  

  property DragImageKind: TVTDragImageKind;

  

  property DragMode;

  

  property DragOperations: TDragOperations;

  

  property DragType: TVTDragType;

  

  property DragWidth: Integer;

  

  property DrawSelectionMode: TVTDrawSelectionMode;

  

  property EditDelay: Cardinal;

  

  property Enabled;

  

  property Font;

  

  property Header: TVTHeader;

  

  property HintMode: TVTHintMode;

  

  property HotCursor: TCursor;

  

  property Images: TCustomImageList;

  

  property IncrementalSearch: TVTIncrementalSearch;

  

  property IncrementalSearchDirection: TVTSearchDirection;

  

  property IncrementalSearchStart: TVTSearchStart;

  

  property IncrementalSearchTimeout: Cardinal;

  

  property Indent: Cardinal;

  

  property LineMode: TVTLineMode;

  

  property LineStyle: TVTLineStyle;

  

  property Margin: Integer;

  

  property NodeAlignment: TVTNodeAlignment;

  

  property NodeDataSize: Integer;

  

  property OperationCanceled: Boolean;

  

  property ParentBiDiMode;

  

  property ParentColor;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property RootNodeCount: Cardinal;

  

  property ScrollBarOptions: TScrollBarOptions;

  

  property SelectionBlendFactor: Byte;

  

  property SelectionCurveRadius: Cardinal;

  

  property ShowHint;

  

  property StateImages: TCustomImageList;

  

  property TabOrder;

  

  property TabStop;

  

  property TextMargin: Integer;

  

  property TreeOptions: TVirtualTreeOptions; [rw]

  

  property Visible;

  

  property WantTabs: Boolean;

  

  property ImagesWidth: Integer;

  

  property StateImagesWidth: Integer;

  

  property CustomCheckImagesWidth: Integer;

  

  property OnAddToSelection: TVTAddToSelectionEvent;

  

  property OnAdvancedHeaderDraw: TVTAdvancedHeaderPaintEvent;

  

  property OnAfterAutoFitColumn: TVTAfterAutoFitColumnEvent;

  

  property OnAfterAutoFitColumns: TVTAfterAutoFitColumnsEvent;

  

  property OnAfterCellPaint: TVTAfterCellPaintEvent;

  

  property OnAfterColumnExport: TVTColumnExportEvent;

  

  property OnAfterColumnWidthTracking: TVTAfterColumnWidthTrackingEvent;

  

  property OnAfterGetMaxColumnWidth: TVTAfterGetMaxColumnWidthEvent;

  

  property OnAfterHeaderExport: TVTTreeExportEvent;

  

  property OnAfterHeaderHeightTracking: TVTAfterHeaderHeightTrackingEvent;

  

  property OnAfterItemErase: TVTAfterItemEraseEvent;

  

  property OnAfterItemPaint: TVTAfterItemPaintEvent;

  

  property OnAfterNodeExport: TVTNodeExportEvent;

  

  property OnAfterPaint: TVTPaintEvent;

  

  property OnAfterTreeExport: TVTTreeExportEvent;

  

  property OnBeforeAutoFitColumn: TVTBeforeAutoFitColumnEvent;

  

  property OnBeforeAutoFitColumns: TVTBeforeAutoFitColumnsEvent;

  

  property OnBeforeCellPaint: TVTBeforeCellPaintEvent;

  

  property OnBeforeColumnExport: TVTColumnExportEvent;

  

  property OnBeforeColumnWidthTracking: TVTBeforeColumnWidthTrackingEvent;

  

  property OnBeforeDrawTreeLine: TVTBeforeDrawLineImageEvent;

  

  property OnBeforeGetMaxColumnWidth: TVTBeforeGetMaxColumnWidthEvent;

  

  property OnBeforeHeaderExport: TVTTreeExportEvent;

  

  property OnBeforeHeaderHeightTracking: TVTBeforeHeaderHeightTrackingEvent;

  

  property OnBeforeItemErase: TVTBeforeItemEraseEvent;

  

  property OnBeforeItemPaint: TVTBeforeItemPaintEvent;

  

  property OnBeforeNodeExport: TVTNodeExportEvent;

  

  property OnBeforePaint: TVTPaintEvent;

  

  property OnBeforeTreeExport: TVTTreeExportEvent;

  

  property OnCanSplitterResizeColumn: TVTCanSplitterResizeColumnEvent;

  

  property OnCanSplitterResizeHeader: TVTCanSplitterResizeHeaderEvent;

  

  property OnCanSplitterResizeNode: TVTCanSplitterResizeNodeEvent;

  

  property OnChange: TVTChangeEvent;

  

  property OnChecked: TVTChangeEvent;

  

  property OnChecking: TVTCheckChangingEvent;

  

  property OnClick;

  

  property OnCollapsed: TVTChangeEvent;

  

  property OnCollapsing: TVTChangingEvent;

  

  property OnColumnClick: TVTColumnClickEvent;

  

  property OnColumnDblClick: TVTColumnDblClickEvent;

  

  property OnColumnExport: TVTColumnExportEvent;

  

  property OnColumnResize: TVTHeaderNotifyEvent;

  

  property OnColumnVisibilityChanged: TColumnChangeEvent;

  

  property OnColumnWidthDblClickResize: TVTColumnWidthDblClickResizeEvent;

  

  property OnColumnWidthTracking: TVTColumnWidthTrackingEvent;

  

  property OnCompareNodes: TVTCompareEvent;

  

  property OnContextPopup;

  

  property OnCreateDataObject: TVTCreateDataObjectEvent;

  

  property OnCreateDragManager: TVTCreateDragManagerEvent;

  

  property OnCreateEditor: TVTCreateEditorEvent;

  

  property OnDblClick;

  

  property OnDragAllowed: TVTDragAllowedEvent;

  

  property OnDragOver: TVTDragOverEvent;

  

  property OnDragDrop: TVTDragDropEvent;

  

  property OnDrawHint: TVTDrawHintEvent;

  

  property OnDrawNode: TVTDrawNodeEvent;

  

  property OnEdited: TVTEditChangeEvent;

  

  property OnEditing: TVTEditChangingEvent;

  

  property OnEndDock;

  

  property OnEndDrag;

  

  property OnEndOperation: TVTOperationEvent;

  

  property OnEnter;

  

  property OnExit;

  

  property OnExpanded: TVTChangeEvent;

  

  property OnExpanding: TVTChangingEvent;

  

  property OnFocusChanged: TVTFocusChangeEvent;

  

  property OnFocusChanging: TVTFocusChangingEvent;

  

  property OnFreeNode: TVTFreeNodeEvent;

  

  property OnGetCellIsEmpty: TVTGetCellIsEmptyEvent;

  

  property OnGetCursor: TVTGetCursorEvent;

  

  property OnGetHeaderCursor: TVTGetHeaderCursorEvent;

  

  property OnGetHelpContext: TVTHelpContextEvent;

  

  property OnGetHintKind: TVTHintKindEvent;

  

  property OnGetHintSize: TVTGetHintSizeEvent;

  

  property OnGetImageIndex: TVTGetImageEvent;

  

  property OnGetImageIndexEx: TVTGetImageExEvent;

  

  property OnGetLineStyle: TVTGetLineStyleEvent;

  

  property OnGetNodeDataSize: TVTGetNodeDataSizeEvent;

  

  property OnGetNodeWidth: TVTGetNodeWidthEvent;

  

  property OnGetPopupMenu: TVTPopupEvent;

  

  property OnGetUserClipboardFormats: TVTGetUserClipboardFormatsEvent;

  

  property OnHeaderClick: TVTHeaderClickEvent;

  

  property OnHeaderDblClick: TVTHeaderClickEvent;

  

  property OnHeaderDragged: TVTHeaderDraggedEvent;

  

  property OnHeaderDraggedOut: TVTHeaderDraggedOutEvent;

  

  property OnHeaderDragging: TVTHeaderDraggingEvent;

  

  property OnHeaderDraw: TVTHeaderPaintEvent;

  

  property OnHeaderDrawQueryElements: TVTHeaderPaintQueryElementsEvent;

  

  property OnHeaderHeightTracking: TVTHeaderHeightTrackingEvent;

  

  property OnHeaderHeightDblClickResize: TVTHeaderHeightDblClickResizeEvent;

  

  property OnHeaderMouseDown: TVTHeaderMouseEvent;

  

  property OnHeaderMouseMove: TVTHeaderMouseMoveEvent;

  

  property OnHeaderMouseUp: TVTHeaderMouseEvent;

  

  property OnHotChange: TVTHotNodeChangeEvent;

  

  property OnIncrementalSearch: TVTIncrementalSearchEvent;

  

  property OnInitChildren: TVTInitChildrenEvent;

  

  property OnInitNode: TVTInitNodeEvent;

  

  property OnKeyAction: TVTKeyActionEvent;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnLoadNode: TVTSaveNodeEvent;

  

  property OnLoadTree: TVTSaveTreeEvent;

  

  property OnMeasureItem: TVTMeasureItemEvent;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnMouseWheel;

  

  property OnNodeClick: TVTNodeClickEvent;

  

  property OnNodeCopied: TVTNodeCopiedEvent;

  

  property OnNodeCopying: TVTNodeCopyingEvent;

  

  property OnNodeDblClick: TVTNodeClickEvent;

  

  property OnNodeExport: TVTNodeExportEvent;

  

  property OnNodeHeightTracking: TVTNodeHeightTrackingEvent;

  

  property OnNodeHeightDblClickResize: TVTNodeHeightDblClickResizeEvent;

  

  property OnNodeMoved: TVTNodeMovedEvent;

  

  property OnNodeMoving: TVTNodeMovingEvent;

  

  property OnPaintBackground: TVTBackgroundPaintEvent;

  

  property OnRemoveFromSelection: TVTRemoveFromSelectionEvent;

  

  property OnRenderOLEData: TVTRenderOLEDataEvent;

  

  property OnResetNode: TVTChangeEvent;

  

  property OnResize;

  

  property OnSaveNode: TVTSaveNodeEvent;

  

  property OnSaveTree: TVTSaveTreeEvent;

  

  property OnScroll: TVTScrollEvent;

  

  property OnShowScrollBar: TVTScrollBarShowEvent;

  

  property OnStartDock;

  

  property OnStartDrag;

  

  property OnStartOperation: TVTOperationEvent;

  

  property OnStateChange: TVTStateChangeEvent;

  

  property OnStructureChange: TVTStructureChangeEvent;

  

  property OnUpdating: TVTUpdatingEvent;

  

  property OnUTF8KeyPress;

  

end;

Inheritance

TVirtualDrawTree

  

|

TCustomVirtualDrawTree

  

|

TBaseVirtualTree

  

|

TObject



CT Web help

CodeTyphon Studio