RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLogLinkedWebNode.Create Constructor

Creates a new TLinkedWebNode object.

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

Most applications do not create instances of TLinkedWebNode. It is created and used by the TLinkedRio class. 

The Owner parameter specifies the component that is responsible for freeing the TLinkedWebNode instance. 

 

Owner 

TLinkedRio

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