Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
List of form fields |
Post Reply
|
| Author | |
Maurizio
Beginner
Joined: 04 Jun 09 Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Topic: List of form fieldsPosted: 18 Jun 09 at 11:35AM |
|
Hi all,
which functions I must use in order to know titles of each form fields ?
There is an example ?
Thank you.
Maurizio
|
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 Jun 09 at 11:53AM |
|
Hi Maurizio!
There's a special section in the online documentation having to do with formfields. It's very easy ... perhaps you should read it ;-) Here a small sample: QP.LoadFromFile(xFileName); ffc := QP.FormFieldCount; if ffc > 0 then begin for i := 1 to ffc do begin nffy := QP.GetFormFieldType(i); nfft := QP.GetFormFieldTitle(i); nffc := QP.GetFormFieldCaption(i); nffv := QP.GetFormFieldValue(i); // here you can do something with the values ... end; // for i := 1 to ffc do ... end; // if ffc > 0 then ... Cheers, Ingo Edited by Ingo - 18 Jun 09 at 11:55AM |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store