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