Ignore:
Timestamp:
Jan 24, 2025, 11:42:58 PM (9 days ago)
Author:
chronos
Message:
  • Modified: Fixed Import sources modification.
  • Modified: Catogires don't have direct object references to import sources and acronym meanings.
  • Modified: Updated acronyms example file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCategorySelect.pas

    r227 r230  
    1616    ListBox1: TListBox;
    1717    procedure ListBox1DblClick(Sender: TObject);
    18     procedure ListBox1KeyPress(Sender: TObject; var Key: char);
     18    procedure ListBox1KeyPress(Sender: TObject; var Key: Char);
    1919  public
    2020    AcronymDb: TAcronymDb;
     
    3939end;
    4040
    41 procedure TFormCategorySelect.ListBox1KeyPress(Sender: TObject; var Key: char);
     41procedure TFormCategorySelect.ListBox1KeyPress(Sender: TObject; var Key: Char);
    4242begin
    4343  if Key = #13 then ButtonOk.Click;
Note: See TracChangeset for help on using the changeset viewer.