[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Redraws the device context for the specified canvas handle.
Source position: interfacebase.pp line 163
public procedure TWidgetSet.DCRedraw( |
CanvasHandle: HDC |
); virtual; abstract; |
CanvasHandle |
|
Canvas handle with the device context for the redraw operation. |
Used in the implementation of the TCanvas.RealizeAutoRedraw method called when its AutoRedraw property is changed.
Implemented for Gtk, Gtk2, Carbon, and Cocoa widgetsets.
Version 4.0 | Generated 2025-05-03 | Home |