msBaseTreeView.pas unit

| (Last modified December 22, 2006) |

 
 
 

Copyright © mSunSoftware. 2006.
All rights reserved.

E-mail: support@msunsoftware.com
Web: http://www.msunsoftware.com

 
 
 
 
Home english | russian
 
 
 
 

Contents


 
 

Class TmsBaseTreeNode

The TmsBaseTreeNode class is developed on the basis of the TTreeNode class (for Delphi7) and it has analogical properties and methods, excluding:

  • constructor Create defines with virtual directive;
  • the Delete method defines with virtual directive.

 
 

Class TmsBaseTreeNodes

The TmsBaseTreeNodes class is developed on the basis of the TTreeNodes class (for Delphi7) and it has analogical properties and methods, excluding:

  • constructor Create defines with virtual directive;
  • the AddNode method defines with virtual directive;
  • the Clear method defines with virtual directive;
  • in the Delete method the testing is made for Node<>nil, till a node deleting.

 
 

Class TmsBaseTreeView

The TmsBaseTreeView class is developed on the basis of the TCustomTreeView class (for Delphi7) and it has analogical properties and methods.


 

Copyright © mSunSoftware. 2006. All rights reserved.