pascalSCADA OPM: mutexserver: Class TMutexServer

Pascal SCADA OPM

Class TMutexServer

Unit

mutexserver

Declaration

type TMutexServer = class(TComponent)

Description

TMutexServer

Hierarchy

  • TComponent
  • TMutexServer

Overview

Methods

Protected procedure Loaded; override;
Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Active: Boolean read FActive write setActive stored true default false;
Published property Port: Word read FPort write SetPort stored true default 52321;

Description

Methods

Protected procedure Loaded; override;

Private declarations

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 

Properties

Published property Active: Boolean read FActive write setActive stored true default false;
 
Published property Port: Word read FPort write SetPort stored true default 52321;
 

Generated by PasDoc 0.14.0.