GetFormFieldSubCount
表单字段
描述
此项说明适用于相应的 PDF 文档操作和 API 行为
语法
Delphi
Function TPDFlib.GetFormFieldSubCount(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldSubCount(Index As Long) As Long
DLL
int DLGetFormFieldSubCount(int InstanceID, int Index);
参数
| Index | 要检查的表单字段索引 |
|---|
返回值
| 0 | 找不到表单字段,或其没有子值 |
|---|---|
| Non-zero | 表单字段可设置的可能值数量 |