Class THeadDrawdownOutputControl

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type THeadDrawdownOutputControl = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FWrapping: TWrapping;
Private FSaveInExternalFile: boolean;
Private FPrintInListing: boolean;
Private FPrintFormat: TPrintFormat;
Private FExternalFormat: TExternalFormat;
Private FOutputFileType: TOutputFileType;
Private FFrequency: integer;
Private FFrequencyChoice: TFrequencyChoice;

Methods

Private procedure SetExternalFormat(const Value: TExternalFormat);
Private procedure SetFrequency(const Value: integer);
Private procedure SetFrequencyChoice(const Value: TFrequencyChoice);
Private procedure SetOutputFileType(const Value: TOutputFileType);
Private procedure SetPrintFormat(const Value: TPrintFormat);
Private procedure SetPrintInListing(const Value: boolean);
Private procedure SetSaveInExternalFile(const Value: boolean);
Private procedure SetWrapping(const Value: TWrapping);
Private procedure Initialize;
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel);
Public Destructor Destroy; override;
Public function PrintCode: integer;
Public function FormatDefined: boolean;

Properties

Published property ExternalFormat: TExternalFormat read FExternalFormat write SetExternalFormat;
Published property Frequency: integer read FFrequency write SetFrequency;
Published property FrequencyChoice: TFrequencyChoice read FFrequencyChoice write SetFrequencyChoice;
Published property OutputFileType: TOutputFileType read FOutputFileType write SetOutputFileType;
Published property PrintFormat: TPrintFormat read FPrintFormat write SetPrintFormat;
Published property PrintInListing: boolean read FPrintInListing write SetPrintInListing;
Published property SaveInExternalFile: boolean read FSaveInExternalFile write SetSaveInExternalFile;
Published property Wrapping: TWrapping read FWrapping write SetWrapping;

Description

Fields

Private FWrapping: TWrapping;
 
Private FSaveInExternalFile: boolean;
 
Private FPrintInListing: boolean;
 
Private FPrintFormat: TPrintFormat;
 
Private FExternalFormat: TExternalFormat;
 
Private FOutputFileType: TOutputFileType;
 
Private FFrequency: integer;
 
Private FFrequencyChoice: TFrequencyChoice;
 

Methods

Private procedure SetExternalFormat(const Value: TExternalFormat);
 
Private procedure SetFrequency(const Value: integer);
 
Private procedure SetFrequencyChoice(const Value: TFrequencyChoice);
 
Private procedure SetOutputFileType(const Value: TOutputFileType);
 
Private procedure SetPrintFormat(const Value: TPrintFormat);
 
Private procedure SetPrintInListing(const Value: boolean);
 
Private procedure SetSaveInExternalFile(const Value: boolean);
 
Private procedure SetWrapping(const Value: TWrapping);
 
Private procedure Initialize;
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel);
 
Public Destructor Destroy; override;
 
Public function PrintCode: integer;
 
Public function FormatDefined: boolean;
 

Properties

Published property ExternalFormat: TExternalFormat read FExternalFormat write SetExternalFormat;
 
Published property Frequency: integer read FFrequency write SetFrequency;
 
Published property FrequencyChoice: TFrequencyChoice read FFrequencyChoice write SetFrequencyChoice;
 
Published property OutputFileType: TOutputFileType read FOutputFileType write SetOutputFileType;
 
Published property PrintFormat: TPrintFormat read FPrintFormat write SetPrintFormat;
 
Published property PrintInListing: boolean read FPrintInListing write SetPrintInListing;
 
Published property SaveInExternalFile: boolean read FSaveInExternalFile write SetSaveInExternalFile;
 
Published property Wrapping: TWrapping read FWrapping write SetWrapping;
 

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