ShellBrowser Delphi Components Documentation
|
Occurs when the control leaves edit mode.
TBreadCrumbsEndEditEvent = procedure (Sender: TObject; var EditText: string; var Apply: Boolean) of object;
Parameters |
Description |
Sender |
Specifies the control. |
EditText |
Specifies the text being edited. |
Apply |
Specifies if the edited text should be applied or discarded. Set to True to accept the change or False to reject the change. The default value of Apply depends on the value that was specified when TCustomBreadCrumbControl.EndEdit was called. |
Occurs after TCustomBreadCrumbControl.EndEdit has been called just before the edited text is assigned to the TCustomBreadCrumbControl.Path property. The event provides a final chance to modify the edited text or to reject the change.