GetDocJavaScriptA
Document properties, JavaScript
תיאור
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetDocJavaScript and string arguments are interpreted using the current SetAnsiMode code page
מאחזר את ה-JavaScript המקושר לפעולת מסמך מצוינת
תחביר
Delphi
Function DLGetDocJavaScriptA(InstanceID: Integer; ActionType: PAnsiChar): PAnsiChar;
DLL
const char * DLGetDocJavaScriptA(int InstanceID, const char * ActionType);
פרמטרים
| ActionType | אחזרו את ה-JavaScript המקושר לפעולה זו: "DC" = סגירת מסמך "WS" = עומד להישמר "DS" = נשמר "WP" = עומד להיות מודפס "DP" = הודפס |
|---|