To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

Items - DeleteItem - FD

Items - DeleteItem

Deletes the given item from the system.

Returns 1 (True) is successful, otherwise 0 (False).'

Declaration:

DeleteItem(ItemPath: String): Integer;

Source Code

Delphi

Scripting
result := DeleteItem('someitempath');

Copyright 2023 ConstructConnect