Changeset 86 for trunk/Forms/UFormCategorySelect.pas
- Timestamp:
- Aug 8, 2016, 1:41:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategorySelect.pas
r33 r86 39 39 40 40 uses 41 U FormMain;41 UCore; 42 42 43 43 { TFormCategorySelect } … … 62 62 I: Integer; 63 63 begin 64 with FormMain.AcronymDb do begin64 with Core.AcronymDb do begin 65 65 ListBox1.Sorted := False; 66 66 while ListBox1.Items.Count < Categories.Count do
Note:
See TracChangeset
for help on using the changeset viewer.