TCharacterSetECI.AllocatedInstances Field

Definition

this objectlist is just for doing proper deallocation of TCharacterSetECI instances under Win32/Win64, without having to mess with TInterfacedObject. Since instances are meant to exist for the whole program life, there's no need of doing anything much more complicated than this.

Delphi
class var AllocatedInstances: TObjectList<TCharacterSetECI>

Value

TObjectList<TCharacterSetECI>