Class type for MIME item instances
Source position: httpdefs.pp line 271
type TMimeItemClass = class of TMimeItem; |
TMimeItemClass is a class reference type for creating instances of TMimeItem or its descendants. This enables customization of MIME item processing.