RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFindDialog Class

TFindDialog displays a Find dialog that allows users to search for text in a file.

Pascal
TFindDialog = class(TCommonDialog);
C++
class TFindDialog : public TCommonDialog;

Dialogs

The TFindDialog component displays a modeless Windows dialog box that prompts the user for a search string. The dialog does not appear at runtime until it is activated by a call to the Execute method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!