TreeviewDialog

From Lazarus 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.


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