Create a check box field

<< Click to Display Table of Contents >>

Navigation:  Programming > Printing and PDF Export > Add PDF Export >

Create a check box field

 

 

Using WPTools 8 and wPDF V4 ist is possible to create checkboxes in PDF files.

 

Example:

clip0165

 

This box was created with this code:

 

 

    with WPRichText1.InputTextFieldName('FORMCHECKBOX') do

    begin

       Source   := FieldName.Text;

       Params   := 'true';   //'false'

    end;