OnChange Event (ACLabel)

Occurs when the Value property has changed.

Syntax

Object.OnChange()

The OnChange event syntax has the following parts:

 

Name

Type

Description

Object

ALabel

ALabel control

Example

lbl1.OnChange()

{

chkl.Caption="The change is noted."

}

Applies to

ALabel

See Also

Caption