SetFormFieldChildTitle
Description
Sets the title of the specified form field. For form fields arranged in a hierarchy this function only sets the last part of the field name. For example, a field with the name "Address.ZipCode" can be changed to "Address.PostalCode".
Syntax
Delphi
function TQuickPDF0813.SetFormFieldChildTitle(Index: Integer;
NewTitle: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldChildTitle(Index As Long,
NewTitle As String) As Long
DLL
int QuickPDFSetFormFieldChildTitle(int InstanceID, int Index, wchar_t * NewTitle)
Parameters
| Index | The index of the form field to set the title of |
| NewTitle | The new value for the last part of the title for the specified field. |
Return values
| 0 | The form field could not be found |
| 1 | The title of the specified form field was changed successfully |