LimitCreate
Previous  Top  Next

Function LimitCreate(FileID: integer; filename: string): integer;

This function performs the same operation as LimitCreate2, but creates the limit file from a text file instead. This is an alternative function, if your data are not in a DBF/TAB format.

The text file shouldn't contain any other values but the attribute, that is one positive integer on each line in the file.

Filename should be without path information, since that is obtained from property Directory.

Possible error codes: -32 -40
ActiveX / VCL / CLX component: RWnetBase