Question about setting null values:
Should the setdata be different for string values?
Example:
Self.DirectLoader.Columns[i].SetData(j, nil, 0); //non string
Self.DirectLoader.Columns[i].SetData(j, nil, Length(Data.StringData));
O can it be the same for both?