Unit 'HMIProgressBar' Package
[Overview][Classes][Index] [#pl_pascalscada]

THMIProgressBar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: hmiprogressbar.pas line 42

type THMIProgressBar = class(THMIBasicControl,IHMIInterface)

protected

  function Progress;

  

  function GetHMITag; override;

  

  procedure SetHMITag(); override;

  

  procedure Loaded; override;

  

  procedure UpdateShape; override;

  

  procedure DrawControl; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure RefreshProgress();

  

published

  property Enabled: Boolean; [rw]

  

  property PLCTag: TPLCTag; [rw]

  

  property SecurityCode: UTF8String;

  

  property Min: Double; [rw]

  

  property Max: Double; [rw]

  

  property Orientation: TProgressBarOrientation; [rw]

  

  property Color: TColor; [rw]

  

  property Cursor;

  

  property Align;

  

  property OnClick;

  

  property BorderColor: TColor;

  

end;

Inheritance

THMIProgressBar

  

|

THMIBasicControl,IHMIInterface

  

|

TObject,IHMIInterface



CT Web help

CodeTyphon Studio