/delphi-experiments

Proof of concept hacks from www.malcolmgroves.com

Primary LanguagePascal

What's in delphi-experiments?

Various proof of concepts, hacks and noodlings from www.malcolmgroves.com

FilteredList

An experiment to create a filtered generic list using anonymous methods More info

GenericFactory

A Generic Factory class. More info

GenericInterfaces

Experiment using a Interface with a generic type to implement subscription and message delivery in pub/sub. More info

ValidationAttributes

Proof of concept of using Attributes for object validation. More info