Navigation:  Classes > bComboEdit >

bComboEdit:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates a control of the class bComboEdit.

Class

bComboEdit

Type

Method

Syntax

bComboEdit{

<oOwner>,

<uResourceID>

} Æ oComboEdit

 

bComboEdit{

<oOwner>,

<nID>,

<oOrigin>,

<oDimension>,

<kStyle>

} Æ oComboEdit

Arguments

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

 

<uResourceID>The resource 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 either by a CA-Visual Objects style constant or a Windows API style constant. Styles can be combined using the _Or() operator.
Data Type:DWord

Return Value

oComboEditThe created control of the class bComboEdit.
Data Type:bComboEdit

Description

bComboEdit:Init() creates a new control of the class bComboEdit and initializes it.

 


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