GetFormFieldRichTextStringA
Form fields
Περιγραφή
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) ή default style (DS) του καθορισμένου πεδίου φόρμας με το δοσμένο κλειδί. Η μορφή της επιστρεφόμενης τιμής ορίζεται στην προδιαγραφή PDF στην ενότητα "Field Dictionaries"
Syntax
Delphi
Function DLGetFormFieldRichTextStringA(InstanceID, Index: Integer; Key: PAnsiChar): PAnsiChar;
DLL
const char * DLGetFormFieldRichTextStringA(int InstanceID, int Index, const char * Key);
Parameters
| Index | Ο δείκτης του ζητούμενου πεδίου φόρμας. Το πρώτο πεδίο φόρμας έχει δείκτη 1 |
|---|---|
| Key | Η τιμή Key που θα επιστραφεί. "RV" = επιστρέφει τη συμβολοσειρά εμπλουτισμένου κειμένου "DS" = επιστρέφει τη συμβολοσειρά προεπιλεγμένου στυλ |