Ignore:
Timestamp:
Oct 26, 2023, 11:59:00 PM (7 months ago)
Author:
chronos
Message:
  • Fixed: Resolved unit names conflict with Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Forms/FormMessages.pas

    r46 r48  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls,
    7   Generics.Collections, Message;
     7  Generics.Collections, Message, Common.FormEx;
    88
    99type
     
    1212  { TFormMessages }
    1313
    14   TFormMessages = class(TForm)
     14  TFormMessages = class(TFormEx)
    1515    ListView1: TListView;
    1616    procedure ListView1Data(Sender: TObject; Item: TListItem);
Note: See TracChangeset for help on using the changeset viewer.