Class TMt3dmsTobsCellList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMt3dmsTobsCellList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;

Methods

Private function GetCount: integer;
Private function GetItem(Index: integer): TMt3dmsTob_Cell;
Public Constructor Create;
Public Destructor Destroy; override;
Public procedure Add(Cell: TMt3dmsTob_Cell);

Properties

Public property Count: integer read GetCount;
Public property Items[Index:integer]: TMt3dmsTob_Cell read GetItem;

Description

Fields

Private FList: TList;
 

Methods

Private function GetCount: integer;
 
Private function GetItem(Index: integer): TMt3dmsTob_Cell;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 
Public procedure Add(Cell: TMt3dmsTob_Cell);
 

Properties

Public property Count: integer read GetCount;
 
Public property Items[Index:integer]: TMt3dmsTob_Cell read GetItem;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:54