RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDOMProcessor.NewInstance Method

Allocates memory for each instance of TSOAPDOMProcessor.

Pascal
class function NewInstance: TObject; override;
C++
virtual __fastcall TObject * NewInstance();

All constructors call NewInstance automatically. NewInstance calls InstanceSize to determine how much memory to allocate from the heap to contain a particular instance. Do not call NewInstance directly. 

TSOAPDOMProcessor overrides NewInstance to increment the reference count when a new instance is created. This prevents any constructor from accidentally deleting the instance due to a reference count of zero. The AfterConstruction method decrements the reference count after all constructors have executed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!