DlgBillboard.DeleteImage

DlgBillboard.DeleteImage ( 

number ControlID,

number Position )

Description

Deletes an image from a billboard control.

Parameters

ControlID

(number) The numeric ID of the billboard control.

Position

(number) The 1-based position of the image you want to remove from the control. Use -1 to remove all images.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions