Skip to main content

TcxCustomShellComboBoxProperties.StoreRelativePath Property

Determines whether the EditValue stores full or relative path.

Declaration

property StoreRelativePath: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the StoreRelativePath property to specify the manner in which the current path is stored within the EditValue. If the StoreRelativePath is False, then the EditValue stores absolute path to the current shell item (see the AbsolutePath property description for details). Otherwise, the EditValue saves path relative to the shell combo box Root.

The default value of the StoreRelativePath property is True.

See Also