Row
Row in table
Operations
False
Helper for setting 'false' column value
function : False() ~ IntRefReturn
| Type | Description |
|---|---|
| IntRef | 'false' value holder |
Get
Gets value by name
method : public : Get(name:String) ~ CompareParameters
| Name | Type | Description |
|---|---|---|
| name | String | column name |
Return
| Type | Description |
|---|---|
| Compare | value |
Get
Gets value by index
method : public : Get(index:Int) ~ CompareParameters
| Name | Type | Description |
|---|---|---|
| index | Int | column index |
Return
| Type | Description |
|---|---|
| Compare | value |
Set
Sets value by name
method : public : Set(name:String, value:Compare) ~ BoolParameters
| Name | Type | Description |
|---|---|---|
| name | String | column name |
| value | Compare | value |
Return
| Type | Description |
|---|---|
| Bool | ture of successful, false otherwise |
Set
Sets value by index
method : public : Set(index:Int, value:Compare) ~ BoolParameters
| Name | Type | Description |
|---|---|---|
| index | Int | column index |
| value | Compare | value |
Return
| Type | Description |
|---|---|
| Bool | ture of successful, false otherwise |
Size
Gets the number of columns
method : public : Size() ~ IntReturn
| Type | Description |
|---|---|
| Int | number of columns |
ToString
String representation of row1
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | row1 as string |
True
Helper for setting 'true' column value
function : True() ~ IntRefReturn
| Type | Description |
|---|---|
| IntRef | 'true' value holder |