Ignore:
Timestamp:
Dec 9, 2021, 10:53:52 PM (3 years ago)
Author:
chronos
Message:
  • Added: New feature to split multiple contacts into separate files. Accessible from File menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormGenerate.pas

    r31 r62  
    4646  for I := 1 to SpinEditCount.Value do begin
    4747    Contact := Contacts.AddNew;
     48    Contact.Fields[cfVersion] := '2.1';
    4849    Contact.Fields[cfFirstName] := 'First ' + IntToStr(Random(10000));
    4950    Contact.Fields[cfLastName] := 'Last ' + IntToStr(Random(10000));
Note: See TracChangeset for help on using the changeset viewer.