Class TSPVTDBItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSPVTDBItem = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(_Caption: String; _ItemType:TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean);
Public destructor Destroy; override;
Public function AddChildItem(_Caption: String; _ItemType: TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean): TSPVTDBItem;

Properties

Public property Attached: Boolean read FAttached;
Public property Caption: String read FCaption write FCaption;
Public property Children: TSPVTDBItemList read FChildren;
Public property Color: TColor read FColor write FColor;
Public property Enabled: Boolean read FEnabled write FEnabled;
Public property Expanded: Boolean read FExpanded write FExpanded;
Public property Font: TFont read FFont write FFont;
Public property HasChildren: Boolean read GetFHasCHildren;
Public property ImageIndex: Integer read FImageIndex write FImageIndex;
Public property ImageIndexSelected: Integer read FImageIndexSelected write FImageIndexSelected;
Public property ItemType: TSPVTDBItemType read FItemType write FItemType;
Public property Parent: TSPVTDBItem read FParent;
Public property Visible: Boolean read FVisible write FVisible;

Description

Methods

Public constructor Create(_Caption: String; _ItemType:TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean);
 
Public destructor Destroy; override;
 
Public function AddChildItem(_Caption: String; _ItemType: TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean): TSPVTDBItem;
 

Properties

Public property Attached: Boolean read FAttached;
 
Public property Caption: String read FCaption write FCaption;
 
Public property Children: TSPVTDBItemList read FChildren;
 
Public property Color: TColor read FColor write FColor;
 
Public property Enabled: Boolean read FEnabled write FEnabled;
 
Public property Expanded: Boolean read FExpanded write FExpanded;
 
Public property Font: TFont read FFont write FFont;
 
Public property HasChildren: Boolean read GetFHasCHildren;
 
Public property ImageIndex: Integer read FImageIndex write FImageIndex;
 
Public property ImageIndexSelected: Integer read FImageIndexSelected write FImageIndexSelected;
 
Public property ItemType: TSPVTDBItemType read FItemType write FItemType;
 
Public property Parent: TSPVTDBItem read FParent;
 
Public property Visible: Boolean read FVisible write FVisible;
 

Generated by PasDoc 0.11.0 on 2009-10-08 22:34:51