qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Index: I
  Contents Index Notes                              Help on Help
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGH│I-J│KLMNOP-QRSTUVW-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
    $I                 Directive to include a source file
    $I+                Switch to enable I/O checking
    $I-                Switch to disable I/O checking
    $IFDEF             Tests if symbol is defined
    $IFNDEF            Tests if symbol is undefined
    $IFOPT             Tests if switch is on or off
    IF                 Conditional statement execution
   _ImageSize...       Gets memory required to store graphics image
    IMPLEMENTATION     Declares implementation part of unit
    IN                 Membership operator for sets
    Inc                Increments an ordinal variable
    INHERITED          Allows access to overridden method
    INLINE             Allows insertion of inline-format machine code
    InOutRes           Typed constant defined in System unit
    Input              Variable defined in System unit
    Insert             Places string into another string
    InsLine            Inserts blank line at cursor y location
    Int                Returns truncated real for a real
    Integer            Stores 16-bit signed integer
    Integer ranges     Ranges of integer types
    INTERFACE          Declares interface part of unit
    INTERRUPT          Modifies procedure for interrupt handling
    Intr               Calls software interrupt
    IOResult           Returns status of most recent I/O operation