Skip to main content

TCustomdxPSExplorerItem.DeleteMessageText Method

Returns the text displayed by the confirmation box that is invoked before deleting the item.

Declaration

function DeleteMessageText: string; virtual;

Returns

Type
string

Remarks

When end-users attempt to delete an item, the report explorer invokes the confirmation box. This box’s message is the DeleteMessageText method’s return value.

As implemented in the TCustomdxPSExplorerItem class, the DeleteMessageText method returns an empty string. Descendants override this method to provide proper confirmation strings.

Note

End-users can delete the selected item by pressing the DELETE key or choosing the Delete… item from the item’s context menu.

See Also