THyperImages Component THyperImages is a component that allows you to add hyperimaging capabilities to your applications in a very simple way. It is a descendant of TCustomPanel that contains a TImage. rectangle, ellipse, round rectangle or polygon hotspots (up to 100 vertices per hotspot) and their coordinates are saved in the component. There is no limit to the number of hotspots you can draw on a picture. You can use it with one picture or let it manage a vitually unlimited number of pictures. There is no database or exterior file to manage the list of pictures and their hotspots. You draw the hotspots at design time in a user friendly Hotspot Editor. There is also a delphi expert that writes a mouse event handler for you so that you just have to fill in the code corresponding to what you want to happen when the user clicks on each hotspot. The Editor and the expert are located in a DLL so that they are not linked to your programs. An empty THyperImages component adds only 50 KB to a blank application and just 8 KB if the application already contains a TPanel.