RAD Studio VCL Reference
ContentsIndex
TCustomOutline Methods Public Methods
Public Methods
 
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.