Previous Topic

Next Topic

Inhoudsopgave

Book Index

OnExit Event

Event Event IsahEvent_onExit( ID: Integer )

Description

The OnExit event occurs just before an object loses the focus to another object on the same form.

Remarks

Use this event to create validations. The ID indicates which object loses the focus.

Parameters

Example

See CreateEditForm and CreateWizardForm.