Changeset 18 for trunk/Forms/UFormGenerate.pas
- Timestamp:
- Feb 28, 2018, 1:43:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGenerate.pas
r17 r18 49 49 Contact.FirstName := 'First ' + IntToStr(Random(10000)); 50 50 Contact.LastName := 'Last ' + IntToStr(Random(10000)); 51 Contact.FullName := Contact.FirstName + ' ' + Contact.LastName;51 Contact.FullName := 'FullName ' + IntToStr(Random(100)); 52 52 Contact.TelCell := IntToStr(Random(1000000000)); 53 53 Contact.TelHome := IntToStr(Random(1000000000));
Note:
See TracChangeset
for help on using the changeset viewer.