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. 

 

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