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