ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.NoFillOnStartup

Prevent the control to be filled on startup of the application.

Syntax
Pascal
property NoFillOnStartup: Boolean;

Setting this property to true will prevent the control to be filled on startup of the application. This can be useful if you e.g. want to adjust property values at runtime and don't want to waste time with the initial fill of the control. The default value is false.