THotPDF.SetFormFieldSetFocusAction Method
ملخص الطريقة: THotPDF.SetFormFieldSetFocusAction Method
التصريح
procedure SetFormFieldSetFocusAction(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
واجهات برمجة التطبيقات ذات الصلة
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents