GetFormFieldSubDisplayName
Form fields
คำอธิบาย
คล้าย GetformFieldSubName แต่คืนชื่อที่แสดงของรายการในฟิลด์ choice ที่ระบุ
ไวยากรณ์
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);
พารามิเตอร์
| Index | ดัชนีของฟิลด์ฟอร์มที่จะตรวจ |
|---|---|
| SubIndex | ดัชนีของค่าย่อยที่จะดึง |