TrvActionReplace.FindText, ReplaceText

<< Click to display table of contents >>

TrvActionReplace.FindText, ReplaceText

Strings to initialize the replace dialog.

property FindText: TRVUnicodeString;

property ReplaceText: TRVUnicodeString;

If value of FindText is not empty, it is assigned to the replace dialog's FindText when a search is started. Otherwise, the dialog is initialized with text selected in the target editor.

If value of ReplaceText is not empty, it is assigned to the replace dialog's ReplaceText when a search is started. Otherwise, the dialog is initialized an empty string.

Default values

'' (empty string)