Difference between revisions of "TreeviewDialog"

From Free Pascal wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
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 [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=226472 here. Download]
  
 
=== Change Log ===
 
=== Change Log ===
Line 54: Line 48:
 
* Compile
 
* Compile
 
* Run
 
* Run
 +
 +
[[Category:Components]]

Latest revision as of 07:39, 4 October 2010

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 here. Download

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