Unit Warning_Alert

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Functions and Procedures

procedure Init_A_Warning_Alert;
function Filter_Warning_Alert(theDialog: DialogPtr; var theEvent: EventRecord; var itemHit: integer):boolean;
procedure A_Hit_Warning_Alert(itemHit:integer);

Description

Functions and Procedures

procedure Init_A_Warning_Alert;

Init the alert routine

function Filter_Warning_Alert(theDialog: DialogPtr; var theEvent: EventRecord; var itemHit: integer):boolean;

Hook into the alert filter routine

procedure A_Hit_Warning_Alert(itemHit:integer);

Handle which item was hit


Generated by PasDoc 0.14.0.