TdxBreadcrumbEditRecentPaths.IndexOfPath(string) Method
Determines the path position within the collection.
Declaration
function IndexOfPath(const APath: string): Integer;
Parameters
Name | Type |
---|---|
APath | string |
Returns
Type |
---|
Integer |
Remarks
The IndexOfPath method searches paths by the path name. This method returns -1 if it does not match the specified path in the collection.
APath specifies the path name, as a full hierarchical path. The path delimiter must conform to the locale settings.
See Also