Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvasStates

Represents states values for TCanvas.

Declaration

Source position: graphics.pp line 231

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.



CT Web help

CodeTyphon Studio