Unit 'graAlignedArray' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gravity]

TFOS_PtrCast

Declaration

Source position: graalignedarray.pas line 51

type TFOS_PtrCast = packed record

  case Byte of

    0: (

        ptr: pointer;

  

      );

    1: (

        adr: PtrUint;

  

      );

    2: (

        val: PtrInt;

  

      );

    3: (

        vskk: Byte;

  

      );

end;



CT Web help

CodeTyphon Studio