Class TFlowFileItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFlowFileItem = class(TPhastCollectionItem)

Description

When an external flow file has its data stored in ModelMuse, TFlowFileItem represents one line of the data.

Hierarchy

Overview

Fields

Private FTime: double;
Private FInflow: double;

Methods

Private procedure SetInflow(const Value: double);
Private procedure SetTime(const Value: double);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Time: double read FTime write SetTime;
Published property Inflow: double read FInflow write SetInflow;

Description

Fields

Private FTime: double;
 
Private FInflow: double;
 

Methods

Private procedure SetInflow(const Value: double);
 
Private procedure SetTime(const Value: double);
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property Time: double read FTime write SetTime;
 
Published property Inflow: double read FInflow write SetInflow;
 

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