GridView

Наследует Control

Реализует управление, которое отображает данные в сетке.

Этот класс создаваемый.

DIM hGridView AS GridView

hGridView = NEW GridView ( Parent AS Container )

Создает новый GridView (план сетки).

Этот класс ведет себя подобно массиву только для чтения.

DIM hGridView AS GridView
DIM hGridCell AS .GridCell

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

Возвращает ячейку по ее строке и колонке.


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