Refresh Method

Repaints the entire object area.

Syntax

Object.Refresh()

The Refresh method syntax has the following parts:

 

Name

Type

Description

Object

An object

A control or AForm object

Comments

This method applies only to objects which can be visible at run time.

Example

The following example will force repaint of the ACheckBox on the screen:

chk1.Refresh()

Applies to

Applies to all visible controls and the AForm.

See Also

Enabled, Visible