Unit 'uPSRuntime' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TClassItem

Declaration

Source position: uPSRuntime.pas line 499

type TClassItem = record

  FName: TbtString;

  

  FNameHash: LongInt;

  

  b: Byte;

  

  case Byte of

    0: (

        Ptr: Pointer;

  

      );

    1: (

        PointerInList: Pointer;

  

      );

    3: (

        FReadFunc: Pointer;

  

        FWriteFunc: Pointer;

  

      );

    4: (

        Ptr2: Pointer;

  

      );

    5: (

        PointerInList2: Pointer;

  

      );

    6: (

      );

    7: (

      );

    8: (

        ProcPtr: TPSProcPtr;

  

        Ext1: Pointer;

  

        Ext2: Pointer;

  

      );

    9: (

        ReadProcPtr: TPSProcPtr;

  

        WriteProcPtr: TPSProcPtr;

  

        ExtRead1: Pointer;

  

        ExtRead2: Pointer;

  

        ExtWrite1: Pointer;

  

        ExtWrite2: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio