GetFormFieldRichTextStringA
שדות טופס
תיאור
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetFormFieldRichTextString and string arguments are interpreted using the current SetAnsiMode code page
מאחזר את מחרוזת ה-rich text (RV) או הסגנון של ברירת המחדל (DS) של שדה הטופס המצוין באמצעות המפתח הנתון; פורמט הערך המוחזר מוגדר במפרט ה-PDF בסעיף "Field Dictionaries"
תחביר
Delphi
Function DLGetFormFieldRichTextStringA(InstanceID, Index: Integer; Key: PAnsiChar): PAnsiChar;
DLL
const char * DLGetFormFieldRichTextStringA(int InstanceID, int Index, const char * Key);
פרמטרים
| Index | The index of the required form field. The first form field has an index of 1. |
|---|---|
| Key | ערך ה-Key שיוחזר; "RV" = מחזיר את מחרוזת הטקסט העשיר; "DS" = מחזיר את מחרוזת סגנון ברירת המחדל |