Difference between revisions of "TreeviewDialog"

From Free Pascal wiki
Jump to navigationJump to search
Line 8: Line 8:
 
* 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  
 
The download contains the component, an installation package and a demo application, that illustrates the features of the  

Revision as of 16:39, 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.

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

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