Vcl.Dialogs.TFindReplaceFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFindReplaceFunc = function(var FindReplace: TFindReplace): HWnd; {$IFNDEF CLR}stdcall;{$ENDIF}

C++

typedef HWND __stdcall (*TFindReplaceFunc)(tagFINDREPLACEW &FindReplace);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

Internal function used by TFindDialog and TReplaceDialog.

TFindReplaceFunc is a function used internally by TFindDialog and TReplaceDialog to find or replace the next occurrence of the searched text.

See Also