GetFormFieldSubDisplayName
Campi modulo
Descrizione
Simile a GetformFieldSubName, ma restituisce il nome visualizzato dell'elemento del campo di scelta specificato
Sintassi
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);
Parametri
| Index | L'indice del campo modulo da esaminare |
|---|---|
| SubIndex | L'indice del sottovalore da recuperare |