Unit MacroManagement

Classes

Functions

Pause - procedure Playback
Playback - procedure StopRecording
Resume - procedure Pause
StartRecording - Nr of EventMsg

function MessageScanner
StopRecording - procedure StartRecording

Types

TDebugRecord
TMacroNotification

Constants

Variables


Functions


procedure Pause;

procedure Playback

procedure Playback(MacroName: string; EndPlaybackProc: TMacroNotification; CancelPlaybackProc: TMacroNotification);

procedure StopRecording

procedure Resume;

procedure Pause

procedure StartRecording(MacroName: string; EndRecordProc: TMacroNotification; CancelRecordProc: TMacroNotification);

Nr of EventMsg

function MessageScanner


procedure StopRecording;

procedure StartRecording

Types


TDebugRecord = record
Rec : integer;
Sched : integer;
Effective : integer;
Start : integer;
Delay : integer;
Entry : integer;
end;

TMacroNotification = procedure of object

Constants


Variables