Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/wb destroy control

Destroys a control created by wb_create_control().

Syntax

bool wb_destroy_control(int control)

Tip: It is often preferable to hide a control instead of destroying it. To hide a window, use wb_set_visible() with parameter visible set to FALSE.

Returns

Returns TRUE on success or FALSE if an error occurs.


See also

Winbinder Projects