
Holds the URL address to be called if the control is clicked.
This property is a string.
Can be passed as "UrlAddress" to Control_SetProperty and Control_GetProperty's string property name where applicable.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetUrlAddress MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetUrlAddress "MyProject" "MyForm" "MyControl")) |
Copy Code |
|---|
; Set the property to the control (Odcl_Control_SetLinkType MyProject_MyForm_MyControl "mailto:mybestfriend@yahoo.com") (Odcl_Control_SetLinkType "MyProject" "MyForm" "MyControl" "mailto:mybestfriend@yahoo.com") |