home *** CD-ROM | disk | FTP | other *** search
- {-----------------------------------------------------------------------------}
- { TEGL Windows ToolKit II }
- { Copyright (C) 1990, 1991 TEGL Systems Corporation }
- { All Rights Reserved. }
- {-----------------------------------------------------------------------------}
-
- UNIT twdialfp;
-
- {$I switches.inc}
- {$N+}
-
- INTERFACE
-
- USES
- teglunit,
- twcommon,
- twkernel,
- twdialog;
-
- {$IFOPT N+}
- Procedure twdAddSingle(wf : WinFramePtr;
- x,y : Integer;
- Mess: String;
- VAR utype: Single;
- len: Byte;
- places: Byte);
- Procedure twdAdddouble(wf : WinFramePtr;
- x,y : Integer;
- Mess: String;
- VAR utype: double;
- len: Byte;
- places: Byte);
- {$ENDIF}
-
- IMPLEMENTATION
-