OnReadyStateChanged event (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

TReadyStateEvent ReadyStateChange (TReadyState ReadyState);

Delphi Syntax

ReadyStateChange (ReadyState: TReadyState) TReadyStateEvent;

Overview

Refer to Implementing Internet Features.

Remarks

Occurs when there is a change in the ReadyState property.

The ready state is the state of an image that is loaded asynchronously using the BitmapDataPath property.

See Also

Elements:

BitmapDataPath property, ReadyState property

Topics:

Raster Images: Loading Files