GetWrappedTextBreakStringA
Text
Description
O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de GetWrappedTextBreakString e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Similar to the GetWrappedText function, but preserves the break strings originally in the text. This is useful for splitting text into different areas on the page.
Syntax
Delphi
Function DLGetWrappedTextBreakStringA(InstanceID: Integer; Width: Double; Delimiter, Text: PAnsiChar): PAnsiChar;
DLL
const char * DLGetWrappedTextBreakStringA(int InstanceID, double Width, const char * Delimiter, const char * Text);
Parameters
| Width | The width that the text should be wrapped to |
|---|---|
| Delimiter | The delimiter to use between wrapped lines |
| Text | The text to wrap |