Class reference type for dictionary classes
Source position: fpmkunit.pp line 1500
type TDictionaryClass = class of TDictionary; |
TDictionaryClass is a class reference type used for creating dictionary instances dynamically. This type enables runtime selection of different dictionary implementations and configurations.