Skip to content

Wrapping - DfBaseEntry

Sent by the item_change message each time the current_item is changed from the last to the first or the first to the last item

Type: Event
Return Data Type: Integer

Syntax

Function Wrapping Returns Integer

Description

The Wrapping message is meant to be overridden. The message is sent by the item_change message each time the current_item is changed from the last to the first or the first to the last item.

procedure wrapping
    send save_some_data
end_procedure