Introduction

MyLibrary is a compact Delphi sample library for demonstrating DocInsight API documentation. It uses a small Spring4D-inspired collection model without trying to become a production collection framework.

The library is split across four units:

Most application code should depend on interfaces such as IList<T> and IDictionary<TKey,TValue>. The implementation classes are included so DocInsight can show inherited documentation, source links, and interface implementation relationships.