[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TCustomControl.Canvas

The drawing surface for the control, see TCanvas for details.

Declaration

Source position: controls.pp line 2323

public property TCustomControl.Canvas : TCanvas
  read FCanvas
  write FCanvas;

See also

TCanvas

  

TCanvas represents a drawing surface which might be attached to a visual control which might be displayed on the screen or to an offscreen bitmap. It contains a number of drawing functions.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.