Class TRecordItemList

Unit

Declaration

type TRecordItemList = class(TObjectList)

Description

This list stores the items in the detail columns

Hierarchy

Overview

Methods

Public function Add:TTreeListRecordItem; overload;
Public function Add(s: string):TTreeListRecordItem; overload;
Public procedure AddItem(recordItem: TTreeListRecordItem);

Properties

Public property Items[Index: Integer]: TTreeListRecordItem read Get write Put;

Description

Methods

Public function Add:TTreeListRecordItem; overload;
 
Public function Add(s: string):TTreeListRecordItem; overload;
 
Public procedure AddItem(recordItem: TTreeListRecordItem);
 

Properties

Public property Items[Index: Integer]: TTreeListRecordItem read Get write Put;
 

Generated by PasDoc 0.16.0.