PDFium Component Docs

FocusedFormFieldTextForPage function

Unit: PDFium
Returns focused widget text for one form handle and page

Syntax

function FocusedFormFieldTextForPage(FormHandle: FPDF_FORMHANDLE; Page: FPDF_PAGE): WString;

Parameters

FormHandleFPDF_FORMHANDLE
PageFPDF_PAGE

Return Value

WString

Description

Returns focused widget text for one form handle and page

This helper works directly with FPDF_FORMHANDLE and FPDF_PAGE and leaves component state changes to the caller

Remarks

Example

Text := FocusedFormFieldTextForPage(Pdf1.FormHandle, Pdf1.Page);

See Also

TPdf.FocusedFormFieldText, TPdfView.FocusedFormFieldText, ClearFocusedFormField