TdxCustomBreadcrumbEdit.OnPathEntered Event
Enables you to handle path input.
Declaration
property OnPathEntered: TdxBreadcrumbEditPathEnteredEvent read; write;
Remarks
Implement the OnPathEntered event to manually add the entered path to the recently used paths (see the breadcrumb’s Properties.PathEditor.RecentPaths property and the RecentPaths.Add method).
If the path is added to the recently used paths collection manually, the breadcrumb’s Properties.PathEditor.RecentPathsAutoPopulate property is not in effect.
Sender specifies the breadcrumb control.
ANewPath specifies the entered path.
AHandled specifies whether the default handling is overridden. Set AHandled to True, to prevent default code execution.
See Also