TreeviewDialog

From Free Pascal wiki
Jump to navigationJump to search

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.


TreeviewDlgScreenshot.JPG=== Screenshot ===

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