Skip to main content

TcxCustomHyperLinkEditProperties.UsePrefix Property

Specifies the manner in which the prefix is added to a hyperlink.

Declaration

property UsePrefix: TcxHyperLinkEditUsePrefix read; write; default upAlways;

Property Value

Type Default
TcxHyperLinkEditUsePrefix upAlways

Remarks

Use this property to specify when the prefix (the string specified by the Prefix property) is automatically added to the address string. Naturally, this prefix represents the protocol name (for instance, ‘http://‘) used to connect to the address.

All the possible values for the UsePrefix property are listed in the following table.

Value Meaning
upAlways The prefix is added when a hyperlink is activated (executed) or validated (when the hyperlink editor loses focus).
upOnlyOnExecute The prefix is added only when a hyperlink is activated (executed).
upNever The prefix is not added to a hyperlink.

The default value of the UsePrefix property is upAlways.

See Also