I am using DELPHI AREA's Gradient Shape control but I would like to add 2 additional features.
I am using the control as the base control for a number of custom controls I am building and would like to add a Solid colour fill and a transparent property to the control or implement it in my custom controls. These controls are created at run time and can be deleted at run time.
I can force a Solid fill by setting both begin and end colours to the same, however, in doing so, if I then delete the object the coIor of the parent form is cleared to blank which causes my application to throw and error.
I have had no success with implementing a transparent fill.
Any suggestions?
John Barrat