SetFormFieldCaption
Form fields
Popis
Nastaví titulek pole formuláře. Týká se jen polí formuláře typu button, checkbox a radiobutton
Syntaxe
Delphi
Function TPDFlib.SetFormFieldCaption(Index: Integer; Const NewCaption: WideString): Integer;
ActiveX
Function PDFlib::SetFormFieldCaption(Index As Long, NewCaption As String) As Long
DLL
int DLSetFormFieldCaption(int InstanceID, int Index, const wchar_t * NewCaption);
Parametry
| Index | Index pole formuláře |
|---|---|
| NewCaption | Nový titulek pole formuláře |
Return values
| 0 | Pole formuláře se nepodařilo najít, nebo byly parametry neplatné Titulek pole formuláře se úspěšně nastavil |
|---|---|
| 1 |