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