ExecuteExternalIDInt

Top  Previous  Next

Call this procedure to import external ID information from one or more files, when the field is an integer field.

 

If the value read doesn't fit into an integer, specify useint64 = true and an int64 will be used instead.

 

Int64 formatted files can only be opened with RW Net 4.18 or newer.

 

Specify fieldindex (0-based) or fieldname for fk = fkDBF. If fieldname is specified, it takes precedence.

 

Syntax: ExecuteExternalidInt(fieldindex: integer; fieldname: string; fk: TFileKind; useint64: boolean)