Changeset 134 for trunk/UTest.pas


Ignore:
Timestamp:
Apr 10, 2022, 1:54:34 PM (2 years ago)
Author:
chronos
Message:
  • Modified: UDataFile unit moved into Common package and TDataFile class made TComponent descendant.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTest.pas

    r129 r134  
    8787  Lines := TStringList.Create;
    8888  try
    89     with TVCardFile.Create do
     89    with TVCardFile.Create(nil) do
    9090    try
    9191      Lines.Text := Input;
     
    115115  Lines := TStringList.Create;
    116116  try
    117     with TVCardFile.Create do
     117    with TVCardFile.Create(nil) do
    118118    try
    119119      Lines.Text := Input;
Note: See TracChangeset for help on using the changeset viewer.