TdxBreadcrumbEditPopulateAutoCompleteSuggestionsEvent Type
Declaration
TdxBreadcrumbEditPopulateAutoCompleteSuggestionsEvent = procedure(Sender: TObject; const APath: string; ASuggestions: TStringList) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
APath | string |
ASuggestions | TStringList |
See Also