Class TColorDisplaySettings

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TColorDisplaySettings = class(TContourDisplaySettings)

Description

no description available, TContourDisplaySettings description follows
no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FTimeListName: string;
Private FTime: double;
Private FShadeInactiveArea: boolean;

Methods

Private procedure SetTime(const Value: double);
Private procedure SetTimeListName(const Value: string);
Private procedure SetShadeInactiveArea(const Value: boolean);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property TimeListName: string read FTimeListName write SetTimeListName;
Published property Time: double read FTime write SetTime;
Published property ShadeInactiveArea: boolean read FShadeInactiveArea write SetShadeInactiveArea;

Description

Fields

Private FTimeListName: string;
 
Private FTime: double;
 
Private FShadeInactiveArea: boolean;
 

Methods

Private procedure SetTime(const Value: double);
 
Private procedure SetTimeListName(const Value: string);
 
Private procedure SetShadeInactiveArea(const Value: boolean);
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property TimeListName: string read FTimeListName write SetTimeListName;
 
Published property Time: double read FTime write SetTime;
 
Published property ShadeInactiveArea: boolean read FShadeInactiveArea write SetShadeInactiveArea;
 

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