AutoFloater property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool AutoFloater

Delphi Syntax

AutoFloater : Boolean

Overview

Refer to Creating and Using a Bitmap Region.

Remarks

Sets the mode of floater creation.

If it is True, the floater mode is Automatic, and a floater can be created from the Main Control's region using the EnableFloater property. If False, you can manually create a floater from the Main Control's region by assigning the Bitmap property to the Floater property.

If you assign a bitmap to the Floater property, the AutoFloater property is automatically set to False. Likewise, if you change the AutoFloater property to True, the Floater property is set to 0 and its associated bitmap, if any, is freed.

Whenever this property is False, the EnableFloater property is forced to be False.

See Also

Elements:

Floater property, EnableFloater property

Topics:

Raster Images: Copying Images

 

Raster Images: Creating and Using a Region