Class TSutraTimeList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSutraTimeList = class(TCustomTimeList)

Description

no description available, TCustomTimeList description follows

TCustomTimeList is used to store a series of TDataArrays. Each is associated with a specific time.

Hierarchy

Overview

Fields

Private FScreenObject: TObject;
Private FDescription: string;
Private FUsed: array of boolean;

Methods

Private function GetUsed(Index: Integer): Boolean;
Protected procedure CheckSameModel(const Data: TDataArray); override;
Public constructor Create(Model: TBaseModel; ScreenObject: TObject);
Public procedure Initialize(BoundaryValues: TSutraBoundaryValueArray); reintroduce;

Properties

Public property Description: string read FDescription write FDescription;
Public property Used[Index:Integer]: Boolean read GetUsed;

Description

Fields

Private FScreenObject: TObject;
 
Private FDescription: string;
 
Private FUsed: array of boolean;
 

Methods

Private function GetUsed(Index: Integer): Boolean;
 
Protected procedure CheckSameModel(const Data: TDataArray); override;
 
Public constructor Create(Model: TBaseModel; ScreenObject: TObject);
 
Public procedure Initialize(BoundaryValues: TSutraBoundaryValueArray); reintroduce;
 

Properties

Public property Description: string read FDescription write FDescription;
 
Public property Used[Index:Integer]: Boolean read GetUsed;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:04