Generic_OCX

[event icon] Generic_OCX() Event

Generic OCX event handler as an alternative to individual events - can be used with AddEvent

Applies to: OCX

Introduced in KCML version 6.60


>

The Generic_OCX event can be used as an alternative event handler to specific OCX events for a control. If a specific event handler does not exist then this handler will be used instead. Any parameters for the event will be lost. The Generic_OCX event may be passed to AddEvent so that arbitrary OCX events may be passed to the forms generic event handler.

See also

OCX methods, properties and events.