2.435 .url
Defines the URL of the loaded/current web page.
Definition
-
Data type
string
-
Access
get, set
-
changed event
yes
-
C
Data type: DT_string
-
COBOL
Data type: DT-string
-
Classification
object-specific attribute
-
Objects
This attribute defines the address of the web page to be loaded and displayed in URL format. It updates when a link is followed or by the web page itself. Setting it to a non-empty URL on a visible object will result in the deletion of the .html attribute.
The attributes .url and .html define the web page to be displayed and thus trigger an asynchronous loading process. Changes to the visible object typically also trigger the start and finish events.
The :load() method can also be used to start loading a web page via the URL parameter.
See also
Object dmw_webview