WebLink.Target
From Xojo Documentation
Property (As WebLink.Targets )
![]() |
This property is only available for Web applications. |
aWebLink.Target = newWebLink.TargetsValue
or
WebLink.TargetsValue = aWebLink.Target
New in 2010r5
Supported for all project types and targets.
or
WebLink.TargetsValue = aWebLink.Target
New in 2010r5
Supported for all project types and targets.
Determines what the application will do when the link is clicked.
Notes
Specify the value of the Target property using the Properties pane.
See Also
WebLink.Targets enumeration.