Skip to main content

TdxCustomDocumentCapabilitiesOptions.HyperlinksAllowed Method

Returns a value indicating whether a hyperlink can be inserted into the active document.

Declaration

function HyperlinksAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can add hyperlinks within the current document. If the HyperlinksAllowed function returns False, hyperlinks cannot be created.

Note

The HyperlinksAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of the hyperlinks feature, use the Hyperlinks property instead.

See Also