Einzelnen Beitrag anzeigen

Benutzerbild von dummzeuch
dummzeuch

Registriert seit: 11. Aug 2012
Ort: Essen
1.468 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#2

AW: Wann wurde GUID_NULL eingeführt?

  Alt 27. Apr 2019, 19:41
GUID_NULL gab es bereits in Delphi 6, deklariert in der Unit Types und nochmal in ActiveX.pas. Beide sind aber identisch:

Delphi-Quellcode:
const
  GUID_NULL: TGUID = '{00000000-0000-0000-0000-000000000000}';
In Delphi XE2 sind dann beide Units umbenannt worden:
  • types.pas -> system.types.pas
  • activex.pas -> WinApi.ActiveX.pas

GExpertsGrep ist echt genial ...
Thomas Mueller
  Mit Zitat antworten Zitat