RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBInputDelimitedFile.SkipTitles Property

Skips the first record of a delimited file.

Pascal
property SkipTitles: Boolean;
C++
__property Boolean SkipTitles;

Set SkipTitles to true to treat the first record of a delimited file as titles and skip it. Field titles are not useful in batch inputs, and this property allows you to skip them. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!