TcxCustomHyperLinkEditProperties.Prefix Property
Specifies the prefix that precedes a hyperlink’s text value in an editor.
Declaration
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