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

TFillMode

Represents Fill Mode values.

Declaration

Source position: graphics.pp line 234

type TFillMode = (

  fmAlternate,

  

  fmWinding

  

);

Description

Not used in the current LCL implementation. Replaced with the LazRegionFillMode type in lazregions.pas.


Version 3.2 Generated 2024-02-25 Home