GetFormFieldTabOrder
Description
Returns the tab order of the specified form field. The first form field on the page has a tab order of 1.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldTabOrder(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldTabOrder(Index As Long) As Long
DLL
int QuickPDFGetFormFieldTabOrder(int InstanceID, int Index)
Parameters
| Index | The index of the form field |