OnObjectChange Event


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Declarations

property OnObjectChange: ThtObjectEvent;

Description

The OnObjectChange event occurs when an Object loses the focus and a change has been made in its contents. The event occurs before the OnObjectBlur event. Currently, all Form controls support this event. The Form Control must have an OnChange="string" attribute in its definition for this event to occur. See the ThtObjectEvent type for further information on the parameters.

See the OpOnChange compiler directive which forces an immediate event for changes in <select> controls..

See Also

OnObjectFocus Event

OnObjectBlur Event

OnObjectClick Event