GetFormFieldType
Form fields
Popis
Vrací typ zadaného formulářového pole
Syntaxe
Delphi
Function TPDFlib.GetFormFieldType(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldType(Index As Long) As Long
DLL
int DLGetFormFieldType(int InstanceID, int Index);
Parametry
| Index | Index pole formuláře |
|---|
Return values
| 0 | Unknown |
|---|---|
| 1 | Text 2 Pushbutton Checkbox 3 4 Radiobutton 5 Choice 6 Signature 7 Parent |