ShellBrowser Delphi Components Documentation
|
Indicates whether the component is enabled or not.
property Enabled: Boolean;
Use the Enabled property to temporarily disable a TJamShellLink. This can for example be useful, if you do a lot of changes to a TJamShellTree, but don`t want the other connected controls to be refreshed each time. If this property's value is false, the component will not perform any action.
ShellLink.Enabled := False; Do weird things with the shell controls ... ShellLink.Enabled := True; ShellLink.Refresh;