FR_DIALOGTERM top-level constant

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

If set in a FINDMSGSTRING message, indicates that the dialog box is closing. When you receive a message with this flag set, the dialog box handle returned by the FindText or ReplaceText function is no longer valid.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_DIALOGTERM instead')
const FR_DIALOGTERM = 0x00000040;