Important: The information in this document is obsolete and should not be used for new development.
Draw1Control
Although you should generally use theUpdateControls
procedure to update controls, you can use theDraw1Control
procedure to update a single control.
PROCEDURE Draw1Control (theControl: ControlHandle);
theControl
- A handle to the control you want to draw.
DESCRIPTION
TheDraw1Control
procedure draws the specified control if it's visible within its window. TheUpdateControls
procedure automatically callsDraw1Control
.