Unit u_m_util

Uses
Classes, Interfaces, Objects and Records
Variables

Description

 

Overview

Functions and Procedures

function confirm(ch : string) : boolean;
function get_fich_name(var default : string; ext : ext_str) : string;
procedure alert(ch : string; button : word);
procedure calert(ch : string; button : word; coul : byte);

Types

ext_str = string [3];

Constants

al_nothing = 0;
al_error = 1;
al_ok = 2;
al_cancel = 3;
al_wait = 4;

Description

Functions and Procedures

function confirm(ch : string) : boolean;
 
function get_fich_name(var default : string; ext : ext_str) : string;
 
procedure alert(ch : string; button : word);
 
procedure calert(ch : string; button : word; coul : byte);
 

Types

ext_str = string [3];
 

Constants

al_nothing = 0;

Auteur: Premartin Patrick Date: 26/08/1991. 28/08/1991. 29/08/1991. 30/08/1991. 09/09/1991. 14/11/1991. 26/11/1991. 27/11/1991. 24/06/1992. 25/06/1992. 28/07/1992. ( Interface Multi-Langue ) 29/07/1992. Langage: Turbo Pascal 6.0 But: Affichage de fenetres et de messages avec choix au clavier ou a la souris.

al_error = 1;
 
al_ok = 2;
 
al_cancel = 3;
 
al_wait = 4;
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.