Skip to main content

TCustomdxPSExplorerItem.OverwriteMessageText(TCustomdxPSExplorerItem) Method

Returns a message displayed when moving an item to a folder that already contains an item with the same name.

Declaration

function OverwriteMessageText(Dest: TCustomdxPSExplorerItem): string; virtual;

Parameters

Name Type
Dest TCustomdxPSExplorerItem

Returns

Type
string

Remarks

End-users are allowed to move report items between folders using drag and drop. If an item is dropped into a folder that already contains an item with the same name, a confirmation message box is displayed. The text displayed within the box is specified by the OverwriteMessageText method’s return value.

As implemented in the TCustomdxPSExplorerItem class, the method simply returns an empty string. Descendants override this method to construct proper confirmation messages.

See Also