Skip to the content.

hmRep_DELETE OBJECTS ( Area ; scope ; scopeID)

Introduced in v4.0, Preemptive: yes
Parameter Type In/Out Description
Area Longint hmReports area
Scope Longint scope
ScopeID Longint scope ID

Description

The command hmRep_DELETE OBJECTS deletes objects defined by the scope and scope id:

Example

The following example deletes all objects from the page 1:

hmRep_DELETE OBJECTS($vl_area; hmRep_scope_Page; 1)