X4 Produktdokumentation

"Delete" Action

The Delete action is created with the <DeleteAction/> element within <Actions>. The Delete action deletes data.

For the Delete action the standard attributes for (7.4.0-en) Actions can be defined.

Example "Delete" action
XML
<DetailComponent path="Dashboard" displayName="Dashboard" default="true">
	<Actions>
		<DeleteAction/>
	</Actions>
	<FlowLayout>
		…
	</FlowLayout>
</DetailComponent>

Above code creates the following action:

DeleteAction_en.png