home *** CD-ROM | disk | FTP | other *** search
- {
- Copyright 1996 by O.S.E. Objektorientierte Software Entwicklung
-
- Title: HotKey
-
- Autor: Ralf Kronemeyer
-
- Implements the Component-Registration
-
- Date: 01 April 1996
-
- Versionhistory:
- 01 April 1996 Release 1.0
- 02 April 1996 Release 1.1 // BugFix for NoteBooks in Panels
- }
-
- unit Hotkinst;
-
- interface
-
- uses Classes,dsgnintf,HotKey,fHotEdit,fuseedit,fhotkab;
-
- procedure Register;
-
- implementation
-
- procedure Register;
- begin
- RegisterComponents('OSE', [TOSEHotKey]);
- RegisterComponentEditor(TOSEHotKey,THotKeyEditor);
- RegisterPropertyEditor(TypeInfo(TUseProp), nil, '', TUseProperty);
- end;
-
- end.
-