Guest User

Untitled

a guest
Apr 19th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.13 KB | None | 0 0
  1. const
  2.   {$WRITEABLECONST ON}
  3.   cMyVarTyped: Pointer = nil;
  4.   {$WRITEABLECONST OFF}
  5.  
  6. initialization
  7.   cMyVarTyped := @TGUID(nil^).D3;
Advertisement
Add Comment
Please, Sign In to add comment