home *** CD-ROM | disk | FTP | other *** search
- (* ------------------------------------------------------ *)
- (* LISTING.4 *)
- (* (c) 1991 Borland International *)
- (* ------------------------------------------------------ *)
-
- CONST
- CrtClass: TWndClass = (
- style : cs_HRedraw + cs_VRedraw;
- lpfnWndProc : @CrtWinProc;
- cbClsExtra : 0;
- cbWndExtra : 0;
- hInstance : 0;
- hIcon : 0;
- hCursor : 0;
- hbrBackground : 0;
- lpszMenuName : NIL;
- lpszClassName : 'TPWinCrt');
-
- (* ------------------------------------------------------ *)
- (* Ende von LISTING.4 *)
-
-