DAGetFormFieldTitleA

Form fields, Direct access functionality

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to DAGetFormFieldTitle and string arguments are interpreted using the current SetAnsiMode code page

Returns the title of the specified form field.

Syntax

Delphi

Function DLDAGetFormFieldTitleA(InstanceID, FileHandle, FieldIndex: Integer): PAnsiChar;

DLL

const char * DLDAGetFormFieldTitleA(int InstanceID, int FileHandle, int FieldIndex);

Parameters

FileHandleA handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions
FieldIndexThe index of the form field to work with. The first form field has an index of 1.