|
|
|
Hierarchy
TOrganicShapeFormLight inherits from TComponent.
Additional
Properties:
- ApplyMaskToForm : Boolean
set to TRUE to shape the form.
- Mask : TBitmap
the bitmap mask is used to shape the target component.
- InvisibleColor : TColor
color treated as transparent to shape the target component. clWhite
is the default value.
Additional
Methods:
- Procedure saveSkin (folder: string); override
automatically saves all graphical information to a folder. It's
an easy way to implement skins.
- Procedure loadSkin (folder: string); override
automatically retrieves all graphical information from a folder.
It's an easy way to implement skins.
Installation:
- Unzip all files to a directory of your choice. Be sure to preserve
directory structure and to add this path to your Delphi Library Path.
- Install package delphi4\organicShape.dpk or delphi3\organicShape.dpk.
- Open demos folder and run some examples.
|