OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The find and replace common dialog boxes let you search and optionally replace text in your application's data.
These dialog boxes are flexible enough to be used for documents or even databases. The simplest way to use the find and replace common dialog boxes is to use the TEditSearch or TEditFile edit control classes; they implement an edit control that you can search and replace text in. If your application is text-based, you can also use the find and replace common dialog boxes manually.
In order to use find and replace common dialog boxes, you will need to know how to: