Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorer.PopulatePath(string) Method

Populates the folder specified by its full-qualified path.

#Declaration

Delphi
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