HFMwDataGrid Type Library

In This Section:

HFMwDataGrid Component

The HFMwDataGrid type library provides a data grid interface that you can use to populate a user interface. The type library contains the HFMwDataGrid component.

Obtaining an HFMwDataGrid Object Reference

Create an HFMwDataGrid object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object for the application to which you want to apply the HFMwDataGrid object:

Set cHFMDataGrid = Server.CreateObject("Hyperion.HFMwDataGrid")
' cHFMSession is a previously set HFMwSession object
cHFMDataGrid.SetWebSession cHFMSession