GetFormFieldSubName
Description
For radio button, checkbox and choice (scrollable list box or combo box drop-down list) form fields, this function returns the specified possible value.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldSubName(Index, SubIndex: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldSubName(Index As Long,
SubIndex As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldSubName(int InstanceID, int Index, int SubIndex)
Parameters
| Index | The index of the form field to examine |
| SubIndex | The index of the sub-value to retrieve |