User Tools

Site Tools


deleteaction_response_to_delete_request_.htm
Navigation:  ABC Library Reference > WindowManager > WindowManager Properties >====== DeleteAction (response to delete request) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
DeleteAction BYTE

blk2blue.jpg

The DeleteAction property indicates the WindowManager action to take when the end user requests to delete a record. Valid actions are:

Delete:None delete not allowed
Delete:Warn confirm delete with message
Delete:Form confirm delete with update form
Delete:Auto immediate delete (no confirmation)

Implementation:

The Init method sets the DeleteAction property to Delete:Warn. The PrimeUpdate method carries out the action specified by the DeleteAction property.

DeleteAction EQUATEs are declared in ABWINDOW.INC as follows:

ITEMIZE,PRE(Delete)

None  EQUATE

Warn  EQUATE

Form  EQUATE

Auto  EQUATE

END

See Also:     Init, TakeCloseEvent, Request, Response

deleteaction_response_to_delete_request_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1