GridView

Inherits Control

Implements a control that displays data in a grid.

This class is creatable.

DIM hGridView AS GridView

hGridView = NEW GridView ( Parent AS Container )

Creates a new GridView.

This class acts like a read-only array.

DIM hGridView AS GridView
DIM hGridCell AS .GridCell

hGridCell = hGridView [ Row AS Integer, Column AS Integer ]

Returns a cell from its row and its column.


Properties  Methods  Events 
BackColor  Background  Border  ClientH  ClientHeight  ClientW  ClientWidth  Column  Columns  Current  Cursor  Design  Drop  Enabled  Expand  Font  ForeColor  Foreground  Grid  H  Handle  Height  Id  Left  Mouse  Next  Parent  Previous  Row  Rows  ScreenX  ScreenY  ScrollBar  Tag  ToolTip  Top  Visible  W  Width  Window  X  Y    Clear  Delete  Drag  Grab  Hide  Lower  Move  Raise  Refresh  Resize  SetFocus  Show    Activate  Click  DblClick  Drag  DragMove  Drop  Enter  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseMove  MouseUp  MouseWheel  Scroll