Ignore:
Timestamp:
Jan 20, 2025, 11:38:55 AM (42 hours ago)
Author:
chronos
Message:
  • Modified: Do not reference global Core object if possible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCategorySelect.pas

    r221 r227  
    1818    procedure ListBox1KeyPress(Sender: TObject; var Key: char);
    1919  public
     20    AcronymDb: TAcronymDb;
    2021    procedure Load(RemoveItems: TStrings);
    2122  end;
     
    3031
    3132{$R *.lfm}
    32 
    33 uses
    34   Core;
    3533
    3634{ TFormCategorySelect }
     
    5149  I: Integer;
    5250begin
    53   with Core.Core.AcronymDb do begin
     51  with AcronymDb do begin
    5452    ListBox1.Sorted := False;
    5553    while ListBox1.Items.Count < Categories.Count do
Note: See TracChangeset for help on using the changeset viewer.