THtmlViewer, TFrameViewer, and TFrameBrowser components
Declarations
property OnObjectBlur: ThtObjectEvent;
The OnObjectBlur event occurs when an Object loses the focus. Currently, all Form controls support this event. The Form Control must have an OnBlur="string" attribute in its definition for this event to occur. See the ThtObjectEvent type for further information on the parameters.
See Also