Deletes a previously created Bubble
Source position: MUIClass.Area.pas line 127
public procedure TMUIArea.DeleteBubble( |
Bubble: PBubble |
); |
Bubble |
|
Bubble handle returned by CreateBubble() |
Together with CreateBubble(), this method provides an interface for MUIs bubble mechanism. Applications can use bubbles for their own purpose, e.g. for indicating error conditions on certain gadgets.
DeleteBubble deletes a bubble that was previously created with CreateBubble(). Note that bubbles have to be deleted before an object get's invisible!
|
Create a MUI Bubble |
|
|
Delete all bubbles which are created with CreateBubble() for this object |