index.inc 914 B

1234567891011121314
  1. Type
  2. { object handles }
  3. TPTC_KEY = Pointer; { equivalent to Object Pascal TPTCKey }
  4. TPTC_AREA = Pointer; { equivalent to Object Pascal TPTCArea }
  5. TPTC_MODE = Pointer; { equivalent to Object Pascal TPTCMode }
  6. TPTC_COPY = Pointer; { equivalent to Object Pascal TPTCCopy }
  7. TPTC_CLEAR = Pointer; { equivalent to Object Pascal TPTCClear }
  8. TPTC_TIMER = Pointer; { equivalent to Object Pascal TPTCTimer }
  9. TPTC_ERROR = Pointer; { equivalent to Object Pascal TPTCError }
  10. TPTC_COLOR = Pointer; { equivalent to Object Pascal TPTCColor }
  11. TPTC_FORMAT = Pointer; { equivalent to Object Pascal TPTCFormat }
  12. TPTC_PALETTE = Pointer; { equivalent to Object Pascal TPTCPalette }
  13. TPTC_SURFACE = Pointer; { equivalent to Object Pascal TPTCBaseSurface }
  14. TPTC_CONSOLE = Pointer; { equivalent to Object Pascal TPTCBaseConsole }