TIEPortableDevices.CanNavigateToParent
Declaration
property CanNavigateToParent: Boolean;
Description
Returns True if there is a parent of the
active folder. I.e. so that
NavigateToParent will succeed.
Read-only
Example
// Enable the "Go Up" button if there is a parent of the current folder
btnOpenParent.Enabled := IEPortableDevices.CanNavigateToParent;
See Also
◼NavigateToParent