Consideration for using records as opposed to properties contains several considerations. To use properties effectively the object must be instantiated. Te record structure on the other hand you do not have instantiate an object. The record structure is available for the life of the application.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.