TmpRegionImage readme


-CONTENTS-

top

-TITLE-

TmpRegionImage is a TGraphicControl descendant. It displays a bitmap (like TImage) and contains a list of clickeable regions (e.g. like countries on a map). You can specify different bitmaps for normal, hilited and selected state of a region. The package contains an editor for creating lists of regions (rectangle, ellipse, polygon, fill, combinations). Also included are some utility functions (in rgnpkg.pas) to store/load normal, hilited and selected bitmap and region lists of a TmpRegionImage component in one single compressed file.

top

-PACKAGE-

TmpRegionImage component for delphi 6

top

-RELEASE-

v 3.0, oct 26, 2002

top

-TARGET-

borland delphi 6.xx

top

-HISTORY-

TmpRegionImage version 3.0, 10/26/02

added support for multiple selection

TmpRegionImage version 2.0, 01/27/02

renamed, rewritten from scratch, less flicker...

ancestor TMapImage version 1.1, 06/26/98

some additions

ancestor TMapImage version 1.0, 06/04/97

initial release

top

-INSTALLATION-

top

-USAGE-

TmpRegionImage properties:

TmpRegionImage events:

type TRegionEvent = procedure(Sender: TObject; const AIndex: integer) of object;

TmpRegionImage methods:

utility functions in rgnpkg.pas:

top

-SOURCES-

included

top

-CONTACT-

markus stephany, losheim am see, saarland, germany
mailto:merkes@mirkes.de
http://www.mirkes.de

top

-LICENSE-

    --------------------------------------------------------------------------------
    Author    : markus stephany
    Copyright : (C) 1997-2002 markus stephany
    -

    This source code is freeware. You may use, change, and distribute without
    charge the source code as you like. This unit can be used freely in any
    commercial applications. However, it may not be sold as a standalone product
    and the source code may not be included in a commercial product. This unit
    is provided as is with no warrent or support. Make sure to read relevant
    information and documentation from Microsoft before using this unit.
    --------------------------------------------------------------------------------
top

-END-