UseURLs Property

Gets or sets a value which determines whether strings representing URLs will be automatically generated as hyperlinks on the form.

object.UseURLs as Integer

Notes

The recognition engine will automatically display a sting that it identifies as a URL as a clickable hyperlink on the form. Setting this property to False on the form will prevent the hyperlink from being generated.

A URL string on a form with UseURLs set to True.

The same field on a form with UseURLs set to False.

Note:

Changing this property at run-time will cause the dynamic recognition engine to recreate the form and will result in the loss of any data that has been entered by the user. This property should not be changed within the Form events OnReceive or OnRefresh.

See Also

Category rules | UseCheckBoxes property | UseComboBoxes property | UseCommandCombos property | UseDateCombos property | UseGrids property | UseHyperlinks property | UseLines property | UseMenus property | UseMultiLineTextBoxes property | UseOptionButtons property | UsePromptButtons property | UseUpDowns property

Applies To

Form object