Class TTreeListRecordItem
Unit
TreeListView
Declaration
type TTreeListRecordItem = class(TPersistent)
Description
This is a item shown in the detail columns
Hierarchy
- TObject
- TPersistent
- TTreeListRecordItem
Overview
Methods
Properties
Description
Methods
|
procedure selectFont(can: TCanvas); |
This selects the font used to draw this item (useful when owner drawing)
|
|
function GetNecessaryWidth(listView:TTreeListView=nil): longint; |
This returns the size of this item
|
|
constructor Create(aparent:TTreeListItem); overload; |
Creates an item
|
|
constructor Create(aparent:TTreeListItem;caption:string); overload; |
Creates an item with given caption
|
|
destructor Destroy; override; |
|
Properties
|
property Text: string read F_Text write setText; |
|
|
property Index: longint read getIndex; |
|
Generated by PasDoc 0.16.0.