THotPDF.SetFormFieldLostFocusAction Method
สรุปเมธอด: THotPDF.SetFormFieldLostFocusAction Method
การประกาศ
procedure SetFormFieldLostFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
ค่าที่ส่งกลับ
ไม่ส่งค่ากลับ
หมายเหตุการใช้งาน
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
API ที่เกี่ยวข้อง
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents