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

TdxPSFileBasedExplorerFolder.FindItemByFullQualifiedFileName(string) Method

Returns the child item specified by its full-qualified name.

#Declaration

Delphi
function FindItemByFullQualifiedFileName(const AFullQualifiedName: string): TdxPSFileBasedExplorerItem;

#Parameters

Name Type
AFullQualifiedName string

#Returns

Type
TdxPSFileBasedExplorerItem

#Remarks

Use the FindItemByFullQualifiedFileName method to obtain an object representing a child item at a particular location. The desired item’s full-qualified name should be passed as the AFullQualfiedName parameter. If the name specified doesn’t point to any existing child item (at any nesting level), the method returns nil.

Note that you can alternatively use the explorer component’s FindItemByFullQualifiedFileName method. This method enables you to obtain the root folder’s child items at any nesting levels.

See Also