RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline Methods

The methods of the TCustomOutline class are listed here.

 
Name 
Description 
 
Indicates whether a node's index is up to date. 
 
Updates the SelectedItem property. 
 
Generates an OnCollapse event. 
 
Expands or collapses the selected node. 
 
Creates a binary property for customized bitmap values. 
 
Fixes up the outline after a node has been deleted. 
 
Draws a node in the outline. 
 
Generates an OnExpand event. 
 
Provides special processing when the user presses a key. 
 
Provides special processing when a key is pressed. 
 
Sets up the outline after it has been streamed in. 
 
Updates the SelectedItem property. 
 
Move 
Repositions a node in the outline. 
 
Sets the display width of the outline. 
 
Returns the first node in the Items array that must be reindexed to make the index of the Value parameter correct. 
 
Sets the level of an outline node. 
 
Name 
Description 
 
Add 
Adds a node to the outline. 
 
Adds a child node to a node in the outline. 
 
Adds a child node containing data to a node in the outline. 
 
Adds a node containing data to the outline. 
 
Prevents the updating of the outline until the EndUpdate method is called. 
 
Removes all items from the outline. 
 
Deletes a node from the outline. 
 
Performs the reindexing and repaints deferred by a call to BeginUpdate
 
Causes all top-level nodes in the outline to collapse. 
 
Expands every node in the outline. 
 
Returns the index of the first node in the outline that has the Value pointer as its Data property. 
 
Returns the index of the node at the position indicated by the X and Y parameters. 
 
Returns the length of the row containing a specified node. 
 
Returns the index of the first node in the outline with the Value parameter as its Text property. 
 
Returns the TOutlineNode object for the node indicated by a position in the image of the outline. 
 
Inserts a node at a specified position. 
 
Inserts a node containing data at a specified position. 
 
Loads the outline from a text image stored in a file. 
 
Loads the outline from a text image read from a stream. 
 
Saves the Lines property to a file. 
 
Writes the Lines property to a stream. 
 
Enables or disables the maintenance of the node indexes. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!