Lee Jenkins ha scritto:
Flávio Etrusco wrote:2) Delphi Form has a Bitmap property which allows to set a background image on the form, while Lazarus does not.What version is it? I vaguely remember seeing this on a very recent version of Delphi (probably Turbo Delphi Explorer), but in Delphi7 there isn't any such property...Nor is there a property like that in D6. I've always had to use TImage and stretch it across the form the few times I needed this functionality.
This is a snapshot of the Object Inspector for a Form in Kylix 3 Delphi.If the bitmap is smaller than the client area, it's tiled, so it's useful for a background pattern. If you need a resizeable image, then stretching a TImage across the form is the only way.
Giuliano
<<attachment: ObjInspect.jpg>>
