Requires: Base Development System
Inherits from Generic»GObject»Control. View the class hierarchy.
| Property | Description |
|---|---|
| Array Element | Reference to the array element. The properties of the array apply to all elements in the array. If you want to read the data value of a specific array element, use the Index Array function to index the array first. Details |
| Horizontal Scrollbar Visible | If TRUE, displays the horizontal scroll bar. Details |
| Index Rect | Returns the coordinates of the rectangle that encloses the index display on the array. Details |
| Index Values | Array of indexes (one per dimension) of element displayed in the top left corner of the array. Details |
| Index Visible | Shows array index. Details |
| Number of Columns | Number of visible columns in the array. Details |
| Number Of Dimensions | Gets or sets the number of dimensions in the array. Details |
| Number of Rows | Returns the number of visible rows in the array. Details |
| Selection Size[] | Array of number of elements selected in each dimension (zero selected is insertion point). Details |
| Selection Start[] | Returns an array of the indexes for each dimension that specifies the beginning of data selection. Details |
| Vertical Scrollbar Visible | If TRUE, displays the vertical scroll bar. Details |