Ignore:
Timestamp:
Mar 23, 2018, 1:59:25 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Database classes reorganized. Now TDbConnectProfile is class which holds information about connection to database.
  • Modified: TDbManager is top most class for managing other database classes.
  • Modified: TDbConnectParams class contains client specific parameters for connect profile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormField.pas

    r15 r20  
    8888    else SelectedItem := nil;
    8989
    90   with Field.Table.Database.Engine.DataTypes do begin
     90  with Field.Table.DbClient.ConnectProfile.ClientType.DataTypes do begin
    9191    while ComboBoxType.Items.Count > Count do
    9292      ComboBoxType.Items.Delete(ComboBoxType.Items.Count - 1);
Note: See TracChangeset for help on using the changeset viewer.