This sample demonstrates how to create and use a search context, and how to use FM image effects . Location : You can find the SearchContext ...
9 KB (710 words) - 18:52, 3 February 2020
The following event handler searches a TMemo object called Memo1 and replaces FindText with ReplaceText . It uses TMemo's SelStart, ...
1 KB (110 words) - 01:59, 14 February 2012
Description The following OnFind event handler searches a memo component for the text specified in the FindText property of a find dialog ...
2 KB (214 words) - 20:12, 3 November 2011
The following event handler searches for a TMemo object called Memo1 and replaces FindText with ReplaceText. It uses TMemo’s SelStart, ...
1 KB (99 words) - 20:12, 3 November 2011
The following OnFind event handler searches a memo component for the text specified in the FindText property of a find dialog component. ...
2 KB (180 words) - 20:12, 3 November 2011
This is a sample that shows the use of the Bluetooth API to search for nearby Bluetooth devices and filter them by services.: ...
4 KB (452 words) - 14:12, 5 February 2020
This is a sample that shows the use of the Bluetooth API to search for nearby Bluetooth devices and check whether they broadcast any ...
4 KB (461 words) - 21:09, 4 February 2020
This is a sample that shows the use of the Bluetooth API to search for nearby Beacons and display their information. Location ...
5 KB (459 words) - 21:07, 4 February 2020
Description The code represents the replacement of the window procedure for the Delphi encapsulation of the Windows search-and-replace ...
2 KB (181 words) - 20:07, 3 November 2011
Code// To search for '1+1' as literal text, use:PerlRegEx1. RegEx : PerlRegEx1. EscapeRegExChars('1+1');// which does the same as: ...
979 bytes (87 words) - 20:16, 3 November 2011
Button1Click(Sender: TObject);var LList: TStringDynArray; I: Integer; LSearchOption: TSearchOption;begin Select the search option if ...
2 KB (182 words) - 20:07, 3 November 2011
Search by name into the samples repositories according to your RAD Studio version. Description : This application demonstrates the TSearchBox ...
3 KB (327 words) - 22:15, 4 February 2020
After that, enter one of the values in any record in "field1" in the "Search for:" edit box. Press the "FindKey" button and observe the ...
4 KB (346 words) - 20:08, 3 November 2011
After that, enter one of the values in any record in "field1" in the "Search for:" edit box. Press the "FindKey" button and observe the ...
4 KB (348 words) - 20:08, 3 November 2011
Search Query Examples: The search query is a MongoDB JSON query. For detailed information on the search query syntax, see https://docs. ...
6 KB (702 words) - 00:24, 4 February 2020
Select the search option / if (cbDoRecursive- Checked) searchOption TSearchOption:soAllDirectories; else searchOption TSearchOption: ...
2 KB (155 words) - 20:07, 3 November 2011
When the button is clicked, the current directory is searched for the file name specified in the edit control. A message box indicates ...
1 KB (99 words) - 20:08, 3 November 2011
When the button is clicked, the path specified in the edit control is searched for files matching the checked file attributes. ...
2 KB (242 words) - 20:08, 3 November 2011
Options then mySearchTypes : mySearchTypes + stWholeWord; Begin the search after the current selection, if there is one. Otherwise, begin ...
4 KB (285 words) - 20:08, 3 November 2011
When the button is clicked, the text in the first edit control is searched for in the second edit control. Code procedure TForm1. ...
663 bytes (71 words) - 20:13, 3 November 2011