IdxRichEditHyperlink.SetTarget(string) Method
In This Article
Assigns the hyperlink target (reference).
#Declaration
Delphi
procedure SetTarget(const Value: string);
#Parameters
Name | Type |
---|---|
Value | string |
#Remarks
The SetTarget procedure is a setter of the Target property.
See Also