URL
Created: September 17, 2015 | Updated: August 18, 2021
| Applies to versions: 15.1, 16.0, 16.1, 17.0 and 17.1
Now reading version 16.1. For the latest, read: URL for version 21
Parent page: Schematic Query Functions - Fields
Summary
Returns all hyperlink objects whose URL property complies with the Query.
Syntax
URL : String
Example Usage
URL = 'live.altium.com'
Returns all hyperlink objects whose URL property is live.altium.com
.
URL Like '*altium*'
Returns all hyperlink objects whose URL property includes altium
.
Tips
- The URL property is only defined for hyperlink objects.