community.borland.com

Article #15412: RECORDS VS. OBJECTS

 Technical Notes Database

TN412D.txt   RECORDS VS. OBJECTS
Category   :Pascal
Platform    :All
Product    :Turbo Pascal  5.5

Description:
Q. What things can be done with Records that can not be done with
   Objects?
A. You cannot have:

     1. Variant Objects.
     2. Objects with absolutes.
     3. Directly nested Objects.

   You can have:

       1. Pointers to objects.


Reference:


7/16/98 4:35:31 PM
 

Last Modified: 01-SEP-99