Navigation:  Classes > bSpinEdit >

bSpinEdit:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates a control of the class bSpinEdit.

Class

bSpinEdit

Type

Method

Syntax

bSpinEdit{

<oOwner>,

<uResourceID>

} Æ oSpinEdit

 

bSpinEdit{

<oOwner>,

<nID>,

<oOrigin>,

<oDimension>,

<kStyle>

} Æ oSpinEdit

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

oSpinEditThe created control of the class bSpinEdit.
Data Type:bSpinEdit

Description

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

See Also

bSpinEdit:BlockSize

bSpinEdit:UnitSize

 


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