FR_MATCHCASE top-level constant

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

If set, the Match Case check box is selected indicating that the search should be case-sensitive. If not set, the check box is unselected so the search should be case-insensitive. You can set this flag to initialize the dialog box. If set in a FINDMSGSTRING message, indicates the user's selection.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_MATCHCASE instead')
const FR_MATCHCASE = 0x00000004;