Class TSPVTDBItemList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSPVTDBItemList = class(TList)

Description

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function AddItem(_Caption: String; _ItemType: TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean): TSPVTDBItem;
Public function ItemByName(const Value: String): TSPVTDBItem;
Protected function GetItem(Index: Integer): TSPVTDBItem;
Public procedure ClearAndFreeItems;
Protected procedure SetItem(Index: Integer; const Value: TSPVTDBItem);

Properties

Public property Items[Index: Integer]: TSPVTDBItem read GetItem write SetItem;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function AddItem(_Caption: String; _ItemType: TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean): TSPVTDBItem;
 
Public function ItemByName(const Value: String): TSPVTDBItem;
 
Protected function GetItem(Index: Integer): TSPVTDBItem;
 
Public procedure ClearAndFreeItems;
 
Protected procedure SetItem(Index: Integer; const Value: TSPVTDBItem);
 

Properties

Public property Items[Index: Integer]: TSPVTDBItem read GetItem write SetItem;
 

Generated by PasDoc 0.11.0 on 2010-03-22 23:38:12