[Overview][Types][Classes] Reference for unit 'GELDirty' (#fpgfx)

TDirtyList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: geldirty.pas line 39

type TDirtyList = class

protected

  procedure RemoveEntry();

  

public

  destructor Destroy; override;

  

  procedure AddRect();

  

  procedure ClearQueueForWindow();

  

  procedure PaintQueueForWindow();

  

  procedure PaintAll;

  

  property First: PDirtyListEntry; [rw]

  

end;

Inheritance

TDirtyList

  

|

TObject

Description

Errors