Create

Declaration:TAssocArray.Create (AOwner: TComponent);
The call to the constructor Create instantiates an object of the class TAssocArray and allocates the necessary memory.