Class tdirtreeview

Unit

Declaration

type tdirtreeview = class(tpublishedwidget, icaptionframe)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fdirview: tdirtreefo;
Protected fpath: filenamety;
Protected froot: filenamety;

Methods

Protected procedure dopathchanged(const sender: tobject);
Protected procedure dopathselected(const sender: tobject);
Protected procedure doselectionchanged(const sender: tobject; const aitem: tlistitem);
Protected procedure internalcreateframe; override;
Protected procedure loaded(); override;
Protected class function classskininfo: skininfoty; override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy(); override;
Public procedure refresh();

Properties

Public property dirview: tdirtreefo read fdirview;
Public property path: filenamety read getpath write setpath;
Public property root: filenamety read froot write setroot;
Published property font: twidgetfont read getfont write setfont stored isfontstored;
Published property options: dirtreeoptionsty read getoptions write setoptions default [];
Published property optionstree: treeitemeditoptionsty read getoptionstree write setoptionstree default [teo_treecolnavig,teo_enteronimageclick];
Published property optionsedit: optionseditty read getoptionsedit write setoptionsedit default [oe_readonly,oe_undoonesc,oe_checkmrcancel, oe_forcereturncheckvalue,oe_hintclippedtext,oe_locate];
Published property col_color: colorty read getcol_color write setcol_color default cl_default;
Published property col_coloractive: colorty read getcol_coloractive write setcol_coloractive default cl_none;
Published property col_colorfocused: colorty read getcol_colorfocused write setcol_colorfocused default cl_active;
Published property col_options: coloptionsty read getcell_options write setcell_options default [co_readonly,co_fill,co_savevalue];
Published property onpathchanged: dirtreepatheventty read fonpathchanged write fonpathchanged;
Published property onpathselected: dirtreepatheventty read fonpathselected write fonpathselected;
Published property onselectionchanged: listitemeventty read fonselectionchanged write fonselectionchanged;
Published property optionswidget default defaultoptionswidgetsubfocus;

Description

Fields

Protected fdirview: tdirtreefo;

This item has no description.

Protected fpath: filenamety;

This item has no description.

Protected froot: filenamety;

This item has no description.

Methods

Protected procedure dopathchanged(const sender: tobject);

This item has no description.

Protected procedure dopathselected(const sender: tobject);

This item has no description.

Protected procedure doselectionchanged(const sender: tobject; const aitem: tlistitem);

This item has no description.

Protected procedure internalcreateframe; override;

This item has no description.

Protected procedure loaded(); override;

This item has no description.

Protected class function classskininfo: skininfoty; override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy(); override;

This item has no description.

Public procedure refresh();

This item has no description.

Properties

Public property dirview: tdirtreefo read fdirview;

This item has no description.

Public property path: filenamety read getpath write setpath;

This item has no description.

Public property root: filenamety read froot write setroot;

This item has no description.

Published property font: twidgetfont read getfont write setfont stored isfontstored;

This item has no description.

Published property options: dirtreeoptionsty read getoptions write setoptions default [];

This item has no description.

Published property optionstree: treeitemeditoptionsty read getoptionstree write setoptionstree default [teo_treecolnavig,teo_enteronimageclick];

This item has no description.

Published property optionsedit: optionseditty read getoptionsedit write setoptionsedit default [oe_readonly,oe_undoonesc,oe_checkmrcancel, oe_forcereturncheckvalue,oe_hintclippedtext,oe_locate];

This item has no description.

Published property col_color: colorty read getcol_color write setcol_color default cl_default;

This item has no description.

Published property col_coloractive: colorty read getcol_coloractive write setcol_coloractive default cl_none;

This item has no description.

Published property col_colorfocused: colorty read getcol_colorfocused write setcol_colorfocused default cl_active;

This item has no description.

Published property col_options: coloptionsty read getcell_options write setcell_options default [co_readonly,co_fill,co_savevalue];

This item has no description.

Published property onpathchanged: dirtreepatheventty read fonpathchanged write fonpathchanged;

This item has no description.

Published property onpathselected: dirtreepatheventty read fonpathselected write fonpathselected;

This item has no description.

Published property onselectionchanged: listitemeventty read fonselectionchanged write fonselectionchanged;

This item has no description.

Published property optionswidget default defaultoptionswidgetsubfocus;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.