Ignore:
Timestamp:
Mar 17, 2015, 12:09:11 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Now records are loaded from SQL database using SQL query. The query is parsed also by XML database client to load records from XML file.
  • Added: Packages Network and Synapse.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormRecords.pas

    r11 r13  
    147147  NewColumn: TListColumn;
    148148begin
     149  Table.LoadRecords;
    149150  ListView1.Columns.Clear;
    150151  for I := 0 to Table.Fields.Count - 1 do begin
Note: See TracChangeset for help on using the changeset viewer.