GetFormFieldTitle
Form fields
Popis
Vrací titulek zadaného pole formuláře
Syntaxe
Delphi
Function TPDFlib.GetFormFieldTitle(Index: Integer): WideString;
ActiveX
Function PDFlib::GetFormFieldTitle(Index As Long) As String
DLL
const wchar_t * DLGetFormFieldTitle(int InstanceID, int Index);
Parametry
| Index | Index hledaného pole formuláře. První pole má index 1 |
|---|