Navigation:  Classes > bRowResizeEvent >

bRowResizeEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bRowResizeEvent.

Class

bRowResizeEvent

Type

Method

Syntax

bRowResizeEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<nRowNo>,

<nRecNo>,

<iHeightOld>,

<iHeightNew>

} Æ oRowResizeEvent

Arguments

<hWindow>The window handle of the owner of the event.
Data Type:Ptr

 

<iMessage>The constant of the message (WM_COMMAND).
Data Type:Integer

 

<iWParam>The WParam of the message.
Data Type:DWord

 

<iLParam>The LParam of the message.
Data Type:Long

 

<oWindow>The owner of the event.
Data Type:Object

 

<nRowNo>The row number of the row to which the event refers.
Data Type:Integer | Float

 

<nRecNo>The record number of the row to which the event refers.
Data Type:Integer | Float

 

<iHeightOld>The old height of the row, before the height was changed.
Data Type:Integer

 

<iHeightNew>The new height of the row, after the height was changed.
Data Type:Integer

Return Value

oRowResizeEventThe created object of the class bRowResizeEvent.
Data Type:bRowResizeEvent

Description

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

See Also

bBrowser:RowResize()

 


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