TCustomdxPSExplorerItem.CanDelete Method
Indicates whether the item can be deleted.
Declaration
function CanDelete: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The CanDelete method returns True if the item can be deleted, otherwise False is returned. This method’s return value is used by the item’s Delete method to determine if the item can be deleted.
As implemented in the TCustomdxPSExplorerItem class, the CanDelete method simply returns True, available descendants don’t override this method.
See Also