Puts the value of individual columns by the column name.
Class
TDALoader
Syntax
procedure PutColumnData(const ColName: string; Row: integer; const Value: variant); overload;
Parameters
ColName
Hods the name of a loading column.
Row
Holds the number of loading row. Row starts from 1.
Value
Holds the column value.