GetFormFieldSubDisplayName
Form fields
Description
Similar to GetformFieldSubName but returns the display name of the specified choice field item.
Syntax
Delphi
function TPDFlib.GetFormFieldSubDisplayName(Index, SubIndex: Integer): WideString;ActiveX
Function PDFlib::GetFormFieldSubDisplayName(Index As Long, SubIndex As Long) As StringDLL
wchar_t * DLGetFormFieldSubDisplayName(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 |