THotPDF.SetFormFieldAnnotationAction Method
สรุปเมธอด: THotPDF.SetFormFieldAnnotationAction Method
การประกาศ
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
ค่าที่ส่งกลับ
ไม่ส่งค่ากลับ
หมายเหตุการใช้งาน
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
API ที่เกี่ยวข้อง
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents