Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIArea.FillArea

Prevent MUI of drawing the background (Init only)

Declaration

Source position: MUIClass.Area.pas line 116

protected property TMUIArea.FillArea : Boolean
  read FFillArea
  write SetFillArea
  default True;

Description

Set this to False if you are a custom class and dont want area class to clear your background during the DoSuperMethod() in your draw method. Note that if you set this, your draw method is responsible for filling every pixel of your objects rectangle, otherwise some display trash will remain there.


Documentation generated on: 2024-03-29