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

TCanvasStates

Represents states values for TCanvas.

Declaration

Source position: graphics.pp line 206

type TCanvasStates = (

  csHandleValid,

  

The handle for the canvas is valid.

  csFontValid,

  

Font properties correspond to the selected Font Handle in the Device Context (DC).

  csPenvalid,

  

  csBrushValid,

  

  csRegionValid

  

);

Description

TCanvasStates is an enumerated type with values that represent the state for a TCanvas instance. Value(s) from the enumeration are stored in the TCanvasState set type used to implement the State property in TCanvas.

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