Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Delphi Zeichenkette durch Umlaut ersetzen (https://www.delphipraxis.net/197388-zeichenkette-durch-umlaut-ersetzen.html)

himitsu 3. Aug 2018 22:00

AW: Zeichenkette durch Umlaut ersetzen
 
Nein.

Und ja, Operatoren sind manchmal nett, aber intern bleibt es bei den "Funktionen".


Delphi-Quellcode:
var
  S, S2, S3, S4: string;
begin
  S := S + S2 + S3 + S4;
Code:
Unit1.pas.29: S := S + S2 + S3 + S4;
005CE65F FF75F8          push dword ptr [ebp-$08]
005CE662 FF75F4          push dword ptr [ebp-$0c]
005CE665 FF75F0          push dword ptr [ebp-$10]
005CE668 FF75EC         push dword ptr [ebp-$14]
005CE66B 8D45F8          lea eax,[ebp-$08]
005CE66E BA04000000      mov edx,$00000004
005CE673 E884C3E3FF     call @UStrCatN
Zitat:

Zitat von System.pas
Delphi-Quellcode:
procedure _UStrCat(var Dest: UnicodeString; const Source: UnicodeString);
procedure _UStrCat3(var Dest: UnicodeString; const Source1, Source2: UnicodeString);
procedure _UStrCatN(var Dest: UnicodeString; ArgCnt: Integer; ...); cdecl; varargs;



Alle Zeitangaben in WEZ +1. Es ist jetzt 05:56 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz