Navigation:  Classes > bColumnEvent >

bColumnEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bColumnEvent.

Class

bColumnEvent

Type

Method

Syntax

bColumnEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<oColumn>

} Æ oColumnEvent

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 to which the event refers.
Data Type:bDataColumn

Return Value

oColumnEventThe created object of the class bColumnEvent.
Data Type:bColumnEvent

Description

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

 


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