pascalSCADA OPM: HMI_Draw_Valves: Class THMICustomBasicValve

Pascal SCADA OPM

Class THMICustomBasicValve

Unit

HMI_Draw_Valves

Declaration

type THMICustomBasicValve = class(THMIBasicControl)

Description

THMIBasicValve

Hierarchy

Overview

Methods

Protected procedure DrawControl; override;
Public constructor Create(AOwner: TComponent); override;

Properties

Protected property Mirrored: Boolean read FMirrored write SetMirrored default false;
Protected property ValveBodyPercent: Double read FValveBodyPercent write SetValveBodyPercent;
Protected property ValveType: TValveType read FValveType write SetValveType default vtSimple;

Description

Methods

Protected procedure DrawControl; override;
 
Public constructor Create(AOwner: TComponent); override;
 

Properties

Protected property Mirrored: Boolean read FMirrored write SetMirrored default false;
 
Protected property ValveBodyPercent: Double read FValveBodyPercent write SetValveBodyPercent;
 
Protected property ValveType: TValveType read FValveType write SetValveType default vtSimple;
 

Generated by PasDoc 0.14.0.