Changeset 1693 for cprs/branches/HealthSevak-CPRS/CPRS-Chart/dShared.pas
- Timestamp:
- May 8, 2015, 7:52:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/HealthSevak-CPRS/CPRS-Chart/dShared.pas
r830 r1693 812 812 with ARichEdit do 813 813 begin 814 SetFocus; 814 815 { begin the search after the current selection if there is one } 815 816 { otherwise, begin at the start of the text } … … 841 842 SelStart := 0; 842 843 SelLength := 0; 844 Windows.SetFocus(AFindDialog.Handle); 843 845 //AFindDialog.CloseDialog; 844 846 end;
Note:
See TracChangeset
for help on using the changeset viewer.