|
Top Previous Next |
|
TrvActionRemoveHyperlinks is the action for "Remove Hyperlinks" command. Unit RichViewActions; Syntax TrvActionRemoveHyperlinks = class(TrvAction) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action converts all hyperlinks in the selected fragment to a plain text. This action does the same work as TrvActionInsertHyperlink, if the user entered an empty link target. This action is a wrapper for TrvActionInsertHyperlink action referenced in ActionInsertHyperlink property. |