DbiCloseFieldXlt

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiCloseFieldXlt

Return to chapter overview

C syntax

DBIResult DBIFN DbiCloseFieldXlt (hXlt);

Delphi syntax

function DbiCloseFieldXlt (hXlt: hDBIXlt): DBIResult stdcall;

Description

DbiCloseFieldXlt closes a field translation object.

Parameters

hXlt                Type: hDBIXlt                (Input)
Specifies the field translation handle.

DbiResult

Meaning

DBIERR_NONE

The translation object was closed successfully.

DBIERR_INVALIDHNDL

The specified translation handle is invalid.

See also

DbiOpenFieldXlt, DbiTranslateField