Registriert seit: 13. Okt 2010
Ort: Bayern
490 Beiträge
Delphi 10.4 Sydney
|
AW: Application.HideHint ändern
22. Feb 2015, 11:27
Delphi-Quellcode:
var
lpDummy: Pointer;
begin
lpDummy := TMethod(Application.HideHint).Code;
funktioniert nicht und resultiert in:
Code:
[DCC Fehler] E2089 Ungültige Typumwandlung
Nr.1 Delphi-Tool: [F7]
|