RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.Create Constructor

Creates an instance of THTTPRIO.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall THTTPRIO(TComponent * AOwner);

Call Create to instantiate a THTTPRIO object at runtime. THTTPRIO components added to forms or data modules at design time are created automatically. 

The AOwner parameter specifies another component (usually a form or data module) that is responsible for freeing the THTTPRIO instance. It becomes the value of the Owner property. If the THTTPRIO instance is created with AOwner set to nil (Delphi) or NULL (C++), then it is automatically freed when its reference count drops to zero. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!