DlgBillboard.DeleteImage

DlgBillboard.DeleteImage ( 

number ControlID,

number Position )

Example 1

DlgBillboard.DeleteImage(CTRL_BILLBOARD_02, 8);

Removes the image at position 8 from the billboard control whose ID is CTRL_BILLBOARD_02.

Example 2

DlgBillboard.DeleteImage(CTRL_BILLBOARD_01, -1);

Removes all images from the billboard control whose ID is CTRL_BILLBOARD_01.

See also:  Related Actions