Contents
- Index
- Previous
- Next
LoadFromTabDelimited method
Applies to
TProfGrid component
Declaration
function LoadFromTabDelimited(const FileName: TFileName; SkipCols: Integer = 0; SkipRows: Integer = 0): Boolean;
Description
Populates the grid with data from the specified tab-delimited text file.
The optional SkipCols and SkipRows parameters specify a number of columns/rows to skip from the beginning of the grid.