Widget.inDestruction

Returns whether the widget is currently being destroyed. This information can sometimes be used to avoid doing unnecessary work.

class Widget
int
inDestruction
()

Return Value

Type: int

TRUE if widget is being destroyed

Meta