Navigation:  Classes > bColumnResizeEvent >

bColumnResizeEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bColumnResizeEvent.

Class

bColumnResizeEvent

Type

Method

Syntax

bColumnResizeEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<oColumn>,

<iWidthOld>,

<iWidthNew>

} Æ oColumnResizeEvent

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

 

<oColumn>The column, whose width was changed.
Data Type:bDataColumn

 

<iWidthOld>The old width of the column, before the width was changed.
Data Type:Integer

 

<iWidthNew>The new width of the column, after the width was changed.
Data Type:Integer

Return Value

oColumnResizeEventThe created object of the class bColumnResizeEvent.
Data Type:bColumnResizeEvent

Description

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

See Also

bBrowser:ColumnResize()

 


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