Navigation:  Classes > bBrowser >

bBrowser:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bBrowser.

Class

bBrowser

Type

Method

Syntax

bBrowser{

<oOwner>,

<uResourceID>

} Æ oBrowser

 

bBrowser{

<oOwner>,

<nID>,

<oOrigin>,

<oDimension>,

<kStyle>

} Æ oBrowser

Arguments

<oOwner>The window that owns the control.
Data Type:Object

 

<uResourceID>The ressource id of the control.
Data Type:Usual

 

<nID>The unique ID of the control between 1 and 8000.
Data Type:Integer

 

<oOrigin>The origin of the control in canvas coordinates.
Data Type:Point

 

<oDimension>The dimension of the control in canvas coordinates.
Data Type:Dimension

 

<kStyle>Constant representing the style of the control, specified by a Windows API style constant. Styles can be combined using the _Or() operator.
Data Type:DWord

Return Value

oBrowserThe created object of the class bBrowser.
Data Type:bBrowser

Description

bBrowser:Init() creates a new object of the class bBrowser and initializes it.

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_init.htm