GetFormFieldTabOrder
Form fields
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 TPDFlib.GetFormFieldTabOrder(Index: Integer): Integer;ActiveX
Function PDFlib::GetFormFieldTabOrder(Index As Long) As LongDLL
int DLGetFormFieldTabOrder(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|