Skip to main content

TdxPSFileBasedExplorer.PopulatePath(string) Method

Populates the folder specified by its full-qualified path.

Declaration

procedure PopulatePath(APath: string);

Parameters

Name Type
APath string

Remarks

The PopulatePath method can be used to load data into a particular folder that is specified by its path using the APath parameter. Note that this method has the same effect as a folder object’s Populate method. Calling the method before expanding a particular folder makes the expansion operation faster.

Note that data is automatically loaded to all nesting folders if the explorer’s eoLoadAll option is enabled. Please refer to the Options property for details.

See Also