TdxPDFCheckBoxField.Checked Property
In This Article
Specifies if the checkbox field is checked.
#Declaration
Delphi
property Checked: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | True if the field is checked; otherwise, False. |
See Also