Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomHyperLinkEditProperties.UsePrefix Property

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

#Declaration

Delphi
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