Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/dShared.pas

    r830 r1693  
    812812  with ARichEdit do
    813813  begin
     814    SetFocus;
    814815    { begin the search after the current selection if there is one }
    815816    { otherwise, begin at the start of the text }
     
    841842      SelStart := 0;
    842843      SelLength := 0;
     844      Windows.SetFocus(AFindDialog.Handle);
    843845      //AFindDialog.CloseDialog;
    844846    end;
Note: See TracChangeset for help on using the changeset viewer.