pascalSCADA OPM: hmi_draw_basic_vector_control: Class THMI2OutFlowVectorControl

Pascal SCADA OPM

Class THMI2OutFlowVectorControl

Unit

hmi_draw_basic_vector_control

Declaration

type THMI2OutFlowVectorControl = class(THMICustomFlowVectorControl)

Description

No description available, ancestor THMICustomFlowVectorControl description follows

THMICustomFlowVectorControl

Hierarchy

Overview

Methods

Protected function GetOutput1: THMIFlowPolyline;
Protected function GetOutput2: THMIFlowPolyline;
Protected procedure SetOutput1(AValue: THMIFlowPolyline);
Protected procedure SetOutput2(AValue: THMIFlowPolyline);
Public constructor Create(AOwner: TComponent); override;

Properties

Protected property Output1: THMIFlowPolyline read GetOutput1 write SetOutput1;
Protected property Output2: THMIFlowPolyline read GetOutput2 write SetOutput2;

Description

Methods

Protected function GetOutput1: THMIFlowPolyline;
 
Protected function GetOutput2: THMIFlowPolyline;
 
Protected procedure SetOutput1(AValue: THMIFlowPolyline);
 
Protected procedure SetOutput2(AValue: THMIFlowPolyline);
 
Public constructor Create(AOwner: TComponent); override;
 

Properties

Protected property Output1: THMIFlowPolyline read GetOutput1 write SetOutput1;
 
Protected property Output2: THMIFlowPolyline read GetOutput2 write SetOutput2;
 

Generated by PasDoc 0.14.0.