TdxBreadcrumbEditRecentPaths.Add(string,TcxImageIndex) Method
Adds a path to the recently used paths.
Declaration
function Add(const APath: string; AImageIndex: TcxImageIndex = -1): TdxBreadcrumbEditRecentPath; overload;
Parameters
Name | Type |
---|---|
APath | string |
AImageIndex | TcxImageIndex |
Returns
Type |
---|
TdxBreadcrumbEditRecentPath |
Remarks
APath specifies the full hierarchical path, as a string. The path delimiter must conform to the locale settings.
AImageIndex specifies the path image from the collection of images provided via the breadcrumb’s Properties.Images property.
The Add method returns the newly created path.
See Also