[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 238

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.


Version 3.2 Generated 2024-02-25 Home