Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIArea.DeleteBubble

Deletes a previously created Bubble

Declaration

Source position: MUIClass.Area.pas line 124

public procedure TMUIArea.DeleteBubble(

  Bubble: PBubble

);

Arguments

Bubble

  

Bubble handle returned by CreateBubble()

Description

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!

See also

CreateBubble()

  

Create a MUI Bubble

DeleteAllBubbles()

  

Delete all bubbles which are created with CreateBubble() for this object


Documentation generated on: 2022-07-30