ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.Create

Creates an instance of a TJamShellList component.

Syntax
Pascal
constructor Create(AOwner: TComponent); override;
Parameters 
Description 
AOwner: TComponent 
The owner of the Control 

Call Create to instantiate a TJamShellList control at runtime. For a TJamShellList component added to a form at design time, Delphi automatically calls Create.  

NOT NECESSARY