GetFormFieldSubDisplayName
Champs de formulaire
Description
Semblable à GetformFieldSubName, mais renvoie le nom d'affichage de l'élément de champ de choix spécifié
Syntaxe
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);
Paramètres
| Index | Indice du champ de formulaire à examiner |
|---|---|
| SubIndex | Indice de la sous-valeur à récupérer |