Difference between revisions of "Grid"

From Lianjapedia
Jump to: navigation, search
(Created page with '====Properties==== This class supports the '''Common properties''' plus the following: {| class="wikitable" !width="20%"|Property !Access (R/RW) !Value !width="50%"|Description…')
 
Line 9: Line 9:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
 
+
|Rowcount
 +
|RW
 +
|
 +
|
 +
|-
 +
|Rowheight
 +
|RW
 +
|
 +
|
 +
|-
 +
|Activerow
 +
|RW
 +
|
 +
|
 +
|-
 +
|Activecolumn
 +
|RW
 +
|
 +
|
 +
|-
 +
|Columncount
 +
|RW
 +
|
 +
|
 +
|-
 +
|Gridlines
 +
|RW
 +
|
 +
|
 +
|-
 +
|Alternatingrowcolors
 +
|RW
 +
|
 +
|
 +
|-
 +
|Readonly
 +
|RW
 +
|
 +
|
 +
|-
 +
|Wordwrap
 +
|RW
 +
|
 +
|
 +
|-
 +
|Scrollbars
 +
|RW
 +
|
 +
|
 +
|-
 +
|Relativerow
 +
|R
 +
|
 +
|
 +
|-
 +
|Relativecolumn
 +
|R
 +
|
 +
|
 +
|-
 +
|Headerheight
 +
|RW
 +
|
 +
|
 +
|-
 +
|Gridlinecolor
 +
|RW
 +
|
 +
|
 +
|-
 +
|Recordsource
 +
|RW
 +
|
 +
|
 +
|-
 +
|Recordsourcetype
 +
|RW
 +
|
 +
|
 +
|-
 +
|Recordmark
 +
|RW
 +
|
 +
|
 +
|-
 +
|Rowcolchange
 +
|RW
 +
|
 +
|
 +
|-
 +
|Viewmode
 +
|RW
 +
|
 +
|
 +
|-
 +
|Relatedform
 +
|RW
 +
|
 +
|
 +
|-
 +
|Picture
 +
|RW
 +
|
 +
|
 +
|-
 
|}
 
|}
  
Line 31: Line 135:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
+
|-
 +
|Addcolumn
 +
|
 +
|
 +
|-
 +
|Removecolumn
 +
|
 +
|
 +
|-
 +
|Addobject
 +
|
 +
|
 +
|-
 +
|Removeobject
 +
|
 +
|
 +
|-
 +
|Columns
 +
|
 +
|
 +
|-
 +
|Clear
 +
|
 +
|
 +
|-
 +
|Autofit
 +
|
 +
|
 +
|-
 +
|Doscroll
 +
|
 +
|
 +
|-
 +
|Activatecell
 +
|
 +
|
 +
|-
 +
|Refresh
 +
|
 +
|
 +
|-
 +
|Additem
 +
|
 +
|
 +
|-
 +
|Additems
 +
|
 +
|
 +
|-
 +
|Sort
 +
|
 +
|
 +
|-
 +
|Search
 +
|
 +
|
 +
|-
 
|}
 
|}

Revision as of 08:13, 15 April 2011

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Rowcount RW
Rowheight RW
Activerow RW
Activecolumn RW
Columncount RW
Gridlines RW
Alternatingrowcolors RW
Readonly RW
Wordwrap RW
Scrollbars RW
Relativerow R
Relativecolumn R
Headerheight RW
Gridlinecolor RW
Recordsource RW
Recordsourcetype RW
Recordmark RW
Rowcolchange RW
Viewmode RW
Relatedform RW
Picture RW

Methods

This class supports the Common methods plus the following:

Method Args Description

Events

This class supports the Common events plus the following:

Event Args Description
Addcolumn
Removecolumn
Addobject
Removeobject
Columns
Clear
Autofit
Doscroll
Activatecell
Refresh
Additem
Additems
Sort
Search