hiHypertextScroll
hiHypertextScroll(g_hypertextField t_linkName) =>t / nil
Description
Scrolls a hypertext field to display the text containing the link you specify. This function updates the ?pos argument of hiCreateHypertextField().
Arguments
Values Returned
Examples
If your field is myField and the link in the text is:
"<A NAME=myLink href=http://www.cadence.com> Cadence Design Systems</A>"
Use the following to scroll to the link:
hiHypertextScroll( myField "myLink" )
Related Topics
Return to top