BitmapDataPath property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

System::WideString BitmapDataPath

Delphi Syntax

BitmapDataPath: WideString

Overview

Refer to Implementing Internet Features.

Remarks

(Persistent property, available at design time) Loads the specified bitmap asynchronously. The value can be a local pathname or an Internet URL.

To manage the loading, you can use the ReadyState property and the OnReadyStateChanged event.

See Also

Elements:

ReadyState property, OnReadyStateChanged event

Topics:

Raster Images: Loading Files