GetFormFieldSubDisplayName
Campos de formulário
Descrição
Semelhante a GetformFieldSubName, mas retorna o nome de exibição do item de campo de escolha especificado
Sintaxe
Delphi
Function TPDFlib.GetFormFieldSubDisplayName(Index, SubIndex: Integer): WideString;
ActiveX
Function PDFlib::GetFormFieldSubDisplayName(Index As Long, SubIndex As Long) As String
DLL
const wchar_t * DLGetFormFieldSubDisplayName(int InstanceID, int Index, int SubIndex);
Parâmetros
| Index | The index of the form field to examine |
|---|---|
| SubIndex | The index of the sub-value to retrieve |