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.Prefix Property

Specifies the prefix that precedes a hyperlink’s text value in an editor.

#Declaration

Delphi
property Prefix: string read; write;

#Property Value

Type
string

#Remarks

The string specified by the Prefix property is automatically added to the address string as specified by the UsePrefix property. Naturally, the string represents the protocol name (for instance, ‘http://‘) used to connect to the address.

See Also