Difference between revisions of "TreeviewDialog"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
=== About ===
 
=== About ===
TTreeviewDlg is a dialog descended from TCommonDialog using the Treeview component that is populated from a dataset or a  
+
TTreeviewDlg is a dialog descended from TCommonDialog using the Treeview component that is populated from a dataset or a file.
 
 
file.
 
  
 
Its main caracteristics are :
 
Its main caracteristics are :
  
 
* Simple treeview component on a form with OK and Cancel buttons.
 
* Simple treeview component on a form with OK and Cancel buttons.
* Double-clicking the bottom nodes or selecting and clicking OK sets
+
* Double-clicking the bottom nodes or selecting and clicking OK sets the SelectedText and SelectedIndex properties of the dialog box.
* the SelectedText and SelectedIndex properties of the dialog box.
 
 
 
The download contains the component, an installation package and a demo application, that illustrates the features of the
 
  
component along with some instrumentation for evaluating the chart on a given system.
 
  
 
=== Screenshot ===
 
=== Screenshot ===
Line 28: Line 22:
 
   
 
   
 
=== Download ===
 
=== Download ===
The latest stable release can be found on .
+
The latest stable release can be found on  
  
 
=== Change Log ===
 
=== Change Log ===

Revision as of 16:40, 26 March 2007

About

TTreeviewDlg is a dialog descended from TCommonDialog using the Treeview component that is populated from a dataset or a file.

Its main caracteristics are :

  • Simple treeview component on a form with OK and Cancel buttons.
  • Double-clicking the bottom nodes or selecting and clicking OK sets the SelectedText and SelectedIndex properties of the dialog box.


Screenshot

TreeviewDlgScreenshot.JPG

Here is an exemple of TTreeviewDlg.

Author

RJ Benadie

License

LGPL (please contact the author if the LGPL doesn't work with your project licensing)

Download

The latest stable release can be found on

Change Log

  • Version 0.0 2007/03/26

Dependencies / System Requirements

  • FCL 1.0 or later

Status: 'Alpha'

Issues:


Installation

  • Open package TreeviewDlg.lpk
  • Compile
  • Install into IDE


The TreeviewDialog Example Application

Installation

  • Open Project1.lpi
  • Compile
  • Run