Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
This function creates a check box.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Name | Name of the text field | "IsMale" |
ExpValue | Export value (required) | "IsMale" |
Checked | If 1, the check box appears checked. Else pass 0 for unchecked. | 0 |
Parent | Parent group field if any or -1. | -1 |
PosX | X-Coordinate of the text field. | 100 |
PosY | Y-Coordinate of the text field. | 100 |
Width | Width of the text field. | 100 |
Height | Height of the text field. | 20 |
Returns field handle or error.
See also CreateCheckBox function in DynaPDF manual.
Create a check box:
Set Variable [ $r ; Value: MBS("DynaPDF.CreateCheckBox"; $pdf; "Check1"; "Ja"; 0; -1; 156; 148-14; 14; 14) ]
Created 18th August 2014, last changed 29th October 2020
DynaPDF.CreateButton - DynaPDF.CreateComboBox
Feedback: Report problem or ask question.