Skip to main content

TdxPSExplorerFolder.IsRoot Property

Returns a value indicating whether the current folder is the root one.

Declaration

property IsRoot: Boolean read;

Property Value

Type
Boolean

Remarks

The IsRoot method checks whether the current folder matches the explorer’s Root property value. If so, the method returns True, otherwise False is returned.

See Also