FR_REPLACEALL top-level constant

  1. @Deprecated('Use FINDREPLACE_FLAGS.FR_REPLACEALL instead')
int const FR_REPLACEALL

If set in a FINDMSGSTRING message, indicates that the user clicked the Replace All button in a Replace dialog box. The lpstrFindWhat member specifies the string to be replaced and the lpstrReplaceWith member specifies the replacement string.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_REPLACEALL instead')
const FR_REPLACEALL = 0x00000020;