STATICDELETE

Synopsis
STATICDELETE name
Description

Deletes (closes) the static control that is identified by name.

Example
WINDOWCREATE "main "mywindow "mytitle 0 0 100 100 []
STATICCREATE "mywindow "mystatic [This is Static] 25 25 50 25
STATICDELETE "mystatic
WINDOWDELETE "mywindow

SourceForge.net Logo