[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DrawnControl' (#HMI)

Reference for unit 'DrawnControl'

declaring a TGraphicControl descendant with a Drawing on its Canvas

uses

  System,

  Classes,

  SysUtils,

  LResources,

  Forms,

  Controls,

  Graphics,

  Dialogs;

Overview

The unit implements a TGraphicControl class that can display a drawing on its canvas. The interface provides methods to override, if the drawing is not static, for example, that can change, if the size or position of the control or the time change.

Related topics

TDrawing topic 1