Skip to main content

TdxBreadcrumbEditPathEditorProperties.AutoComplete Property

Specifies whether automatic completion is enabled.

Declaration

property AutoComplete: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The automatic completion feature assists end-users in typing node paths within the path editor. In response to a keystroke, the path editor lists suggestions for the typed string in a dropdown window. Each suggestion is a full path that starts with this string. Depending on the user input, these paths may include node names and/or alternate names. Picking a suggestion from the list automatically adds it to the path editor as its new SelectPath property value.

Note that an end-user can omit typing the root node’s name to get suggestions for the root node’s immediate children.

If the AutoComplete property is True, the AutoCompleteDropDownRows property is used to control the maximum number of allowed suggestions in the automatic completion dropdown window.

The default value of the AutoComplete property is True.

See Also