Skip to main content

TdxPSExplorerFolder.Populate Method

Populates the folder’s child branch.

Declaration

procedure Populate;

Remarks

By default, a folder’s immediate children (folders and items) are loaded when expanding the folder. This is performed by a call to the folder’s Populate method, you can also use this method to populate folders manually. In this case, the folder will not have to load its children when being expanded which gives a performance benefit when expanding a folder.

See Also