DAGetFormFieldValueA
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 DAGetFormFieldValue and string arguments are interpreted using the current SetAnsiMode code page
Returns the value of the specified form field.
Syntax
Delphi
Function DLDAGetFormFieldValueA(InstanceID, FileHandle, FieldIndex: Integer): PAnsiChar;
DLL
const char * DLDAGetFormFieldValueA(int InstanceID, int FileHandle, int FieldIndex);
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
|---|---|
| FieldIndex | The index of the form field to work with. The first form field has an index of 1. |