URL
Created: September 17, 2015 | Updated: August 18, 2021
| Applies to versions: 15.1, 16.0, 16.1, 17.0 and 17.1
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.