THPDFPage.CreateTextField Method

สรุปเมธอด: THPDFPage.CreateTextField Method

การประกาศ

function CreateTextField(const FieldName, InitialValue: AnsiString; Rectangle: TRect; MaxLen: Integer = 0; Flags: THPDFFormFieldFlags = []): THPDFAcroFormField;

ยูนิต

HPDFDoc

พารามิเตอร์

ชื่อวัตถุประสงค์
FieldNameName of the form field
InitialValueInitial text value
RectangleWidget rectangle on the page
MaxLenMaximum accepted text length, or 0 for no explicit limit
FlagsAdditional form field flags

ค่าที่ส่งกลับ

THPDFAcroFormField wrapper for the created text field

หมายเหตุการใช้งาน

API ที่เกี่ยวข้อง