GetFormFieldSubTempIndex
Description
Returns a temporary index for the sub-fields of a radio button or choice form field. This temporary index can be used with the regular form field functions such as GetFormFieldTabOrder and GetFormFieldValue.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldSubTempIndex(Index, SubIndex: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldSubTempIndex(Index As Long,
SubIndex As Long) As Long
DLL
int QuickPDFGetFormFieldSubTempIndex(int InstanceID, int Index, int SubIndex)
Parameters
| Index | The index of the radio-button form field |
| SubIndex | The index of the sub-field. The first sub-field has an index of 1. |