The Hyperlink List is used to define a group of links. Links are configured using a pair of slots, one slot of type BOrd which specifies the link and a second slot of type BString which specifies the text to display in the link selector.
The Hyperlink List component is located in the vykonPro palette under the util sub folder.
Number Of Hyperlinks
Integer property used to configure the number of hyperlinks which may be configured with the component. Changing this value either adds or removes pairs of components. The pairs consist of a BOrd slot named 'hyperlinkOrdX' and a BString slot named 'hyperlinkDisplayX'. Where 'X' is a unique numeric identifier.
Hyperlink Ord X
BOrd property used to specify the ord of the hyperlink item.
Hyperlink Display X
BString property used to configure the name of the hyperlink in the list selector.
When viewing the property sheet of the parent component, the hyperlinkList component is displayed using a hyperlinkListFE. The field editor allows selection of defined links using a drop down selector and the link may be followed by clicking the button.