THPDFPage.CreateCheckBox Method

Povzetek metode: THPDFPage.CreateCheckBox Method

Deklaracija

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

Unit

HPDFDoc

Parametri

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

Vrnjena vrednost

THPDFAcroFormField wrapper for the created check box

Opombe o uporabi

Povezani API-ji