ImageEn, unit iexFolderTree

TIEFolderTree.UpdateOnExpand

TIEFolderTree.UpdateOnExpand

Declaration

property UpdateOnExpand: Boolean;

Description

If enabled, then whenever expanding a node the content is checked to ensure it is valid.

Default: True

Example

// Disable updating on expansion
IEFolderTree1.UpdateOnExpand := False;

See Also

UpdateRecursive
AutoRefresh
Update
UpdateNode