Changeset 32 for trunk/DataTypes.pas


Ignore:
Timestamp:
Jun 29, 2024, 7:58:36 AM (3 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from units names.
  • Modified: Use TFormEx for all forms.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DataTypes.pas

    r31 r32  
    1 unit UDataTypes;
     1unit DataTypes;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, UDatabase, USqlDatabase;
     6  Classes, SysUtils, DbEngine, USqlDatabase;
    77
    88type
     
    193193end;
    194194
    195 
    196195{ TValueFloat }
    197196
Note: See TracChangeset for help on using the changeset viewer.