A button that deletes the record it is bound to, optionally behind a confirmation dialog.
- Removing the record shown by the surrounding form, or the row it sits in inside a table body.
Needs a record to act on: either the parent form’s record, or the row it is placed in when used as a table body element.
- A row action that removes the record from a table.
- A Delete control beside Save on a detail form.
- Leaving the confirmation off for destructive deletes — there is no undo.
- Placing it in a table body without checking the row’s permissions, which offers an action that will fail.
Configure these in the Application Designer property panel. Group headings mirror the editor where possible. Data Source is where the element gets its rows or field binding (a view/query, a connector operation, or a parent form field). References appear only for view-backed sources and map foreign-key ID columns to readable labels from another view.
Required
- Where this element loads its data (view, query, connector, or element).Default: none
Optional
- Configuration for color.Choices
primarysecondarydefault
Default: none - When true, the control cannot be edited.Default: none
- Configuration for icon.Default: none
- Label position relative to the input control.Choices
topbottomleftright
Default: none - Configuration for show Warning.Default: none
- Configuration for size.Choices
smallmedium
Default: none
Inside dataSource: (dataSource)
- Another element on the page whose data backs this field.Default: none
- No size of its own: dropped at the platform default of 1 × 1 grid cells and resized on the page.
Drag this element into one of these containers:
- Table (
bodyslot) — As a row action it deletes that row’s record. Pair it with a table reload so the list reflects the deletion.
| |