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 ...