SetBreakStringA
Text
תיאור
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetBreakString and string arguments are interpreted using the current SetAnsiMode code page
מגדיר את המחרוזת לסימון מעברי שורה; מחרוזת זו מאפשרת פיצול טקסט בשימוש ב
פונקציות *WrappedText; ה-breakstring מוגדר כברירת מחדל ל-CR/LF, כלומר '#13#10' ב-Delphi
תחביר
Delphi
Function DLSetBreakStringA(InstanceID: Integer; NewBreakString: PAnsiChar): Integer;
DLL
int DLSetBreakStringA(int InstanceID, const char * NewBreakString);
פרמטרים
| NewBreakString | מחרוזת התווים שתשמש כתו מפריד, לדוגמה Chr(13) + Chr(10) |
|---|