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