Search the Wiki

Viewing 82 to 84 of 409 items

GIF Image

Gif images are natively supported by Delphi 2007 and on. TGIFImage, is an excellent freeware component written by Anders Melander. TGIFImage is Copyright 1997,98 Anders Melander. All rights reserved. URL: http://www.melander.dk/delphi/gifimage/ You must add the ppGIF to the ‘uses’ clause of your unit in order to load and print GIFs. TGIFImage is an example of  Full Article…

0

RB 9+ Architecture

Article: RB 9 Architecture Changes ReportBuilder 9 includes architecture changes to more cleanly separate Designer code from Report code. The code related to component popup menus and design controls has been broken out into separate classes. For an example, check out RBuilder\Demos\RCL. The myChkBox.pas unit contains the component classes…. TppCustomComponent | | TMyCustomCheckBox | |–  Full Article…

0

How To…Use the PaintBox Component

Question “How is the PaintBox component meant to be used?” Solution The PaintBox component is a report control that can be used to draw directly to a Canvas. Use the TppPaintBox.Canvas property to draw text, lines, images, etc. Use the OnPrint event to draw to the canvas. The example below shows how the TppPaintBox component  Full Article…

0