THPDFPage.CreateCheckBox Method

Rezumatul metodei: THPDFPage.CreateCheckBox Method

Declarație

function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;

Unitate

HPDFDoc

Parametri

NumeScop
FieldNameName of the form field
ExportValueValue exported when the check box is selected
RectangleWidget rectangle on the page
CheckedInitial checked state

Valoare de întoarcere

THPDFAcroFormField wrapper for the created check box

Note de utilizare

API-uri asociate