COM does not know properties. It only knows methods. So when specifying property de nitions as part of an interface de nition, be aware that the properties will only be known in the Free Pascal compiled program: other Windows programs will not be aware of the property de nitions. For this reason, property de nitions must always have interface methods as the read/write speci ers.