Class TMutex (unit Mutex)

Inherits from

TComponent

Constructors


constructor Create(AnOwner:TComponent);



Functions

procedure Execute;


procedure Free;


function GetIdentifier:string;


procedure SetIdentifier(value:string);


Properties

property AccessDenied : TNotifyEvent


property CriticalSection : TNotifyEvent


property Identifier : string


property TimeOut : integer


Events

Variables

FAccessDenied : TNotifyEvent;


FCriticalSection : TNotifyEvent;


FIdentifier : string;


FTimeout : integer;



Constructors


constructor Create(AnOwner:TComponent);


Functions


procedure Execute;


procedure Free;


function GetIdentifier:string;


procedure SetIdentifier(value:string);


Properties


property AccessDenied : TNotifyEvent


property CriticalSection : TNotifyEvent


property Identifier : string


property TimeOut : integer


Events


Variables


FAccessDenied : TNotifyEvent;


FCriticalSection : TNotifyEvent;


FIdentifier : string;


FTimeout : integer;