Skip to main content Skip to complementary content

Description of property members

Illustration of property members as detailed below

Property members

Full name

Name of class followed by a period and the name the member.

Type

The data type of the parameter. The type may be a VB type or a QlikViewclass name.

Direction

Describes the parameter

  • in normal (in-parameter, must always be given).
  • in optional (in-parameter, may be omitted).
  • out (return values from event members).

Comment

Short description of return value and of each parameter

Examples

One or two basic examples showing the member used in a context in VB.

  • The member is always underlined.
  • VB reserved words and comments are in bold.

Example of use (VB) :

Private Sub QlikOCX1_OnQvEvent()
End Sub
Private Sub QlikOCX1_OnQvEvent(ByVal EventCategory As
String, ByVal EventSource As String)
	MsgBox (EventCategory + " - " + EventSource)
End Sub		

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!

Join the Analytics Modernization Program

Remove banner from view

Modernize without compromising your valuable QlikView apps with the Analytics Modernization Program. Click here for more information or reach out: ampquestions@qlik.com