Back to Devexpress

TcxTreeList Methods

vcl-cxtl-dot-tcxtreelist-dot-underscore-methods.md

latest50.5 KB
Original Source

TcxTreeList Methods

A control that displays data in a tree-like manner.

NameDescription
AcceptMousePosForClick(Integer,Integer)Inherited from TcxControl.
AddCreates a new node and adds it at the root level.
Add(TcxTreeListNode,Pointer)Creates a node and adds it after the last node at the specified node’s nesting level.
AddChild(TcxTreeListNode,Pointer)Creates a node and appends it as a child of the specified node.
AddChildFirst(TcxTreeListNode,Pointer)Creates a node and adds it before the first child node of the specified node.
AddFirstCreates a new node with the default settings and adds it before the first node at the root level.
AddFirst(TcxTreeListNode,Pointer)Creates a node and adds it before the first node at the specified node’s nesting level.
AddFontListener(IcxFontListener)Inherited from TcxControl.
AddNode(TcxTreeListNode,TcxTreeListNode,Pointer,TcxTreeListNodeAttachMode)Creates a new node at the target position or moves an existing node to a new position. Inherited from TcxCustomTreeList.
AdjustColumnsWidthHorizontally resizes the tree list, so that it fits the client area. Inherited from TcxCustomTreeList.
ApplyBestFitHorizontally resizes the tree list, so that contents fit cells. Inherited from TcxCustomTreeList.
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BeginDrag(Boolean,Integer)Inherited from TControl.
BeginDragAndDropInherited from TcxControl.
BeginExportInherited from TcxExtEditingControl.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject)Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject)Inherited from TComponent.
BeginInvoke(TProc,TObject)Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject)Inherited from TComponent.
BeginUpdatePrevents an editing control from being updated until the EndUpdate or the CancelUpdate method is called. Inherited from TcxEditingControl.
BringToFrontInherited from TControl.
Broadcast(Untyped)Inherited from TWinControl.
CancelDiscards any changes made to the linked storage during the transaction opened by the Edit method. Inherited from TcxCustomTreeList.
CancelEditCloses an in-place editor and discards changes made to the data cell‘s content. Inherited from TcxCustomTreeList.
CancelSearchingStops the incremental search. Inherited from TcxCustomTreeList.
CancelUpdateEnables updating of an editing control to resume after the BeginUpdate method was called. Inherited from TcxEditingControl.
CanFocusInherited from TWinControl.
CanFocusExInherited from TcxControl.
CellRect(TcxTreeListNode,TcxTreeListColumn)Returns a data cell‘s bounding rectangle, in tree list coordinates. Inherited from TcxCustomTreeList.
ChangeScale(Integer,Integer)Inherited from TControl.
CheckNonMainThreadUsageInherited from TControl.
ClearRemoves all nodes from the control. Inherited from TcxCustomTreeList.
ClearSelection(Boolean)Unselects all the selected nodes. Inherited from TcxCustomTreeList.
ClearSortingClears sorting in all columns. Inherited from TcxCustomTreeList.
ClickInherited from TControl.
ClientToParent(TPoint,TWinControl)Inherited from TControl.
ClientToScreen(TPoint)Inherited from TControl.
ClientToScreen(TRect)Inherited from TControl.
ColumnByName(string)Provides access to a tree list column by its name. Inherited from TcxCustomTreeList.
ConstrainedResize(Integer,Integer,Integer,Integer)Inherited from TControl.
ContainsControl(TControl)Inherited from TWinControl.
ControlAtPos(TPoint,Boolean,Boolean,Boolean)Inherited from TWinControl.
CopyAllToClipboardCopies all nodes in the Tree List control to the clipboard as text. Inherited from TcxCustomTreeList.
CopySelectedToClipboard(Boolean)Copies selected nodes to the clipboard as text. Inherited from TcxCustomTreeList.
CreateColumn(TcxTreeListBand)Creates a new column. Inherited from TcxCustomTreeList.
CreateParentedControl(HWND)Inherited from TWinControl.
DeleteAllColumnsDeletes all columns. Inherited from TcxCustomTreeList.
DeleteSelectionPermanently deletes selected nodes. Inherited from TcxCustomTreeList.
Deselect(TcxTreeListNode)Deselects a node. Inherited from TcxCustomTreeList.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
DisableAlignInherited from TWinControl.
Dock(TWinControl,TRect)Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer)Inherited from TWinControl.
DragDrop(TObject,Integer,Integer)Inherited from TControl.
DraggingInherited from TControl.
DrawTextBiDiModeFlags(Longint)Inherited from TControl.
DrawTextBiDiModeFlagsReadingOnlyInherited from TControl.
EditAllows updates in the linked storage. Inherited from TcxCustomTreeList.
EnableAlignInherited from TWinControl.
EndDrag(Boolean)Inherited from TControl.
EndExportInherited from TcxExtEditingControl.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndUpdateEnables updating of an editing control after the BeginUpdate method was called. Inherited from TcxEditingControl.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
Find(Pointer,TcxTreeListNode,Boolean,Boolean,TcxTreeListFindFunc,Boolean)Searches for a node using the specified criteria and parameters. Inherited from TcxCustomTreeList.
FindChildControl(String)Inherited from TWinControl.
FindComponent(String)Inherited from TComponent.
FindNext(Boolean)Searches for a node containing the text specified by the SearchingText property. Inherited from TcxCustomTreeList.
FindNodeByText(string,TcxTreeListColumn,TcxTreeListNode,Boolean,Boolean,Boolean,TcxTreeListFindMode,TcxTreeListLikeParams,Boolean)Searches for the first node that contains the specified text. Inherited from TcxCustomTreeList.
FinishDragAndDrop(Boolean)Inherited from TcxControl.
FlipChildren(Boolean)Inherited from TWinControl.
FocusedInherited from TWinControl.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
FullCollapseCollapses all expanded nodes. Inherited from TcxCustomTreeList.
FullExpandExpands all collapsed nodes. Inherited from TcxCustomTreeList.
FullRefreshUpdates the tree list. Inherited from TcxCustomTreeList.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetControlsAlignmentInherited from TControl.
GetDragImagesInherited from TControl.
GetEditRect(TcxTreeListNode,TcxTreeListColumn)Returns the data cell edit container’s rectangle, in tree list coordinates. Inherited from TcxCustomTreeList.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetNodeAt(Integer,Integer)Returns the node by the specified coordinates. Inherited from TcxCustomTreeList.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
GetSelections(TList)Populates AList with selected nodes. Inherited from TcxCustomTreeList.
GetStyleNameInherited from TControl.
GetSystemMetrics(Integer)Inherited from TControl.
GetTabControlList(TList)Inherited from TWinControl.
GetTabOrderList(TList)Inherited from TWinControl.
GetTextBuf(PChar,Integer)Inherited from TControl.
GetTextLenInherited from TControl.
GotoBOFMoves focus to the first node in the control. Inherited from TcxCustomTreeList.
GotoEOFMoves focus to the last node in the control. Inherited from TcxCustomTreeList.
GotoNextMoves focus one node down. Inherited from TcxCustomTreeList.
GotoNextPageScrolls focus one page down. Inherited from TcxCustomTreeList.
GoToNextScrollbarAnnotation(TdxScrollbarAnnotationKinds,Boolean,Boolean)Inherited from TcxCustomTreeList.
GotoPrevMoves focus one node up. Inherited from TcxCustomTreeList.
GotoPrevPageScrolls focus one page up. Inherited from TcxCustomTreeList.
HandleAllocatedInherited from TWinControl.
HandleNeededInherited from TWinControl.
HasParentInherited from TComponent.
HideInherited from TControl.
HideEditCloses an in-place editor and saves changes made to the data cell‘s content. Inherited from TcxCustomTreeList.
HideFindPanelHides the Find Panel. Inherited from TcxCustomTreeList.
InitiateActionInherited from TControl.
Insert(TcxTreeListNode,Pointer)Creates a new node and inserts it after the specified node.
InsertComponent(TComponent)Inherited from TComponent.
InsertControl(TControl)Inherited from TWinControl.
InsertEx(TcxTreeListNode,TcxTreeListNode,Pointer)Inserts a new or existing node after the specified node.
InvalidateInherited from TControl.
InvalidateRect(TRect,Boolean)Adds a specified portion of the control’s client area to the window update region. Inherited from TcxControl.
InvalidateRgn(TcxRegion,Boolean)Inherited from TcxControl.
InvalidateWithChildrenInherited from TcxControl.
IsBOFChecks whether the first node in the control is focused. Inherited from TcxCustomTreeList.
IsCustomStyleActiveInherited from TControl.
IsEOFChecks whether the last node in the control is focused. Inherited from TcxCustomTreeList.
IsFindPanelVisibleDetermines if the Find Panel is currently displayed. Inherited from TcxCustomTreeList.
IsImplementorOf(IInterface)Inherited from TComponent.
IsLightStyleColor(TColor)Inherited from TControl.
IsMouseInPressedArea(Integer,Integer)Inherited from TcxControl.
IsRightToLeftInherited from TControl.
LayoutChangedInvalidates an editing control in response to layout changes. Inherited from TcxEditingControl.
LoadedInherited from TComponent.
LoadFromFile(string)Loads the TreeList control from a file.
LoadFromStream(TStream)Loads the TreeList control from a stream.
LockDrawingInherited from TWinControl.
LockScrollBarsInherited from TcxControl.
MakeDefaultLayoutRestores the control’s default layout. Inherited from TcxCustomTreeList.
ManualDock(TWinControl,TControl,TAlign)Inherited from TControl.
ManualFloat(TRect)Inherited from TControl.
MouseDown(TMouseButton,TShiftState,Integer,Integer)Inherited from TControl.
MouseMove(TShiftState,Integer,Integer)Inherited from TControl.
MouseUp(TMouseButton,TShiftState,Integer,Integer)Inherited from TControl.
MouseWheelHandler(TMessage)Inherited from TControl.
Notification(TComponent,TOperation)Inherited from TComponent.
PaintTo(HDC,Integer,Integer)Inherited from TWinControl.
PaintTo(TCanvas,Integer,Integer)Inherited from TWinControl.
ParentToClient(TPoint,TWinControl)Inherited from TControl.
Perform(Cardinal,WPARAM,LPARAM)Inherited from TControl.
Perform(Cardinal,WPARAM,PChar)Inherited from TControl.
Perform(Cardinal,WPARAM,TRect)Inherited from TControl.
PostSends the changed data to the linked storage. Inherited from TcxCustomTreeList.
PostMouseMoveInherited from TcxControl.
PostMouseMove(TPoint)Inherited from TcxControl.
PreProcessMessage(TMsg)Inherited from TWinControl.
RealignInherited from TWinControl.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RefreshInherited from TControl.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveControl(TControl)Inherited from TWinControl.
RemoveFontListener(IcxFontListener)Inherited from TcxControl.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RepaintInherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign)Inherited from TControl.
RestoreColumnsDefaultsRestores the default settings of all columns. Inherited from TcxCustomTreeList.
RestoreColumnsWidthsRestores the default width of all columns. Inherited from TcxCustomTreeList.
RestoreDataViewState(TcxTreeListStorageOptions)Restores user interaction states stored in memory after a StoreDataViewState procedure call. Inherited from TcxCustomTreeList.
RestoreDataViewStateFromStream(TStream,TcxTreeListStorageOptions)Restores previously saved user interaction states from a stream. Inherited from TcxCustomTreeList.
RestoreFromIniFile(string,Boolean,Boolean,string,TcxTreeListStorageOptions)Restores previously saved Tree List state information from an INI file. Inherited from TcxCustomTreeList.
RestoreFromRegistry(string,Boolean,Boolean,string,TcxTreeListStorageOptions)Restores previously saved Tree List state information from the system registry. Inherited from TcxCustomTreeList.
RestoreFromStream(TStream,Boolean,Boolean,string,TcxTreeListStorageOptions)Restores a previously saved Tree List state from a stream. Inherited from TcxCustomTreeList.
SaveToFile(string)Saves the TreeList control to a file.
SaveToStream(TStream)Saves the TreeList control to a stream.
ScaleBy(Integer,Integer)Inherited from TWinControl.
ScaleForPPI(Integer)Inherited from TControl.
ScaleRectSize(TRect)Inherited from TControl.
ScaleValue(Double)Inherited from TControl.
ScaleValue(Integer)Inherited from TControl.
ScaleValue(TPoint)Inherited from TControl.
ScaleValue(TRect)Inherited from TControl.
ScaleValue(TSize)Inherited from TControl.
ScreenToClient(TPoint)Inherited from TControl.
ScreenToClient(TRect)Inherited from TControl.
ScrollBy(Integer,Integer)Inherited from TWinControl.
ScrollContent(TcxDirection)Inherited from TcxControl.
ScrollWindow(Integer,Integer,TRect)Inherited from TcxControl.
Select(TcxTreeListNode,TShiftState)Selects the specified nodes. Inherited from TcxCustomTreeList.
Select(TcxTreeListNode[])Selects the specified nodes. Inherited from TcxCustomTreeList.
Select(TList)Selects specified nodes. Inherited from TcxCustomTreeList.
SelectAllSelects all nodes. Inherited from TcxCustomTreeList.
SendToBackInherited from TControl.
SetBounds(Integer,Integer,Integer,Integer)Inherited from TControl.
SetDesignVisible(Boolean)Inherited from TControl.
SetFocusInherited from TWinControl.
SetFocusedNode(TcxTreeListNode,TShiftState)Inherited from TcxCustomTreeList.
SetParentComponent(TComponent)Inherited from TComponent.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean)Inherited from TcxControl.
SetSubComponent(Boolean)Inherited from TComponent.
SetTextBuf(PChar)Inherited from TControl.
ShowInherited from TControl.
ShowEditActivates an in-place editor for the focused data cell. Inherited from TcxCustomTreeList.
ShowEditByKey(Char)Activates an in-place editor for the focused data cell, emulating activation, as with a keyboard action. Inherited from TcxCustomTreeList.
ShowEditByMouse(Integer,Integer,TShiftState)Activates an in-place editor for the focused data cell, emulating activation, as with a mouse action. Inherited from TcxCustomTreeList.
ShowFindPanelInvokes the Find Panel. Inherited from TcxCustomTreeList.
StartDrag(TDragObject)Inherited from TcxControl.
StoreDataViewState(TcxTreeListStorageOptions)Stores specified user interaction states in memory. Inherited from TcxCustomTreeList.
StoreDataViewStateToStream(TStream,TcxTreeListStorageOptions)Saves specified user interaction states to a stream. Inherited from TcxCustomTreeList.
StoreToIniFile(string,Boolean,string,TcxTreeListStorageOptions)Saves Tree List state information to an INI file. Inherited from TcxCustomTreeList.
StoreToRegistry(string,Boolean,string,TcxTreeListStorageOptions)Saves Tree List state information to the system registry. Inherited from TcxCustomTreeList.
StoreToStream(TStream,string,TcxTreeListStorageOptions)Saves specified Tree List structure and user interaction information to a stream. Inherited from TcxCustomTreeList.
Subselect(TcxTreeListNode)Inherited from TcxCustomTreeList.
SupportsUIAutomation protectedInherited from TcxCustomControl.
SystemInfoChanged(Cardinal)Inherited from TcxControl.
ToStringInherited from TObject.
TranslationChangedInherited from TcxControl.
UnlockDrawingInherited from TWinControl.
UnlockScrollBarsInherited from TcxControl.
UpdateInherited from TControl.
UpdateAction(TBasicAction)Inherited from TComponent.
UpdateControlStateInherited from TWinControl.
UpdateWithChildrenInherited from TcxControl.
UseRightToLeftAlignmentInherited from TControl.
UseRightToLeftReadingInherited from TControl.
UseRightToLeftScrollBarInherited from TControl.
WndProc(TMessage)Inherited from TControl.

See Also

TcxTreeList Class

TcxTreeList Members

cxTL Unit