Table

The Table object allows to manage tables with fields and items.

Functions

CopyMakes a full copy of the specified table.
DeleteFieldRemoves the field with its cells.
DeleteItemRemoves the item with its cells.
FindItemsCompares values from the source table and adds search results to the target table.
GetRetrieves the value of the specified cell.
GetDataRetrieves the data value of the specified cell.
GetFieldCountRetrieves the number of fields.
GetFieldDataRetrieves the data value of the specified field.
GetFieldIndexRetrieves the field index from its name.
GetFieldNameRetrieves the name of the specified field.
GetFieldStyleRetrieves one style of the specified field.
GetItemCountRetrieves the number of items.
GetItemDataRetrieves the data value of the specified item.
GetItemStyleRetrieves one style of the specified item.
GetStyleRetrieves one style of the specified cell.
GetTableDataRetrieves the data value of the table.
GetTableStyleRetrieves one style of the table.
InsertFieldInserts a new field.
InsertItemInserts a new item.
LoadFileSaves the table in a file.
LoadPathLoads in memory a table file.
LoadResourceLoads in memory a table from the resources.
NewDeletes all fields and items, and resets table values.
ResetItemsDeletes all the items.
SaveFileSaves the table in a File object.
SavePathSaves the table in a file.
SetChanges the value of the specified cell.
SetDataChanges the data value of the specified cell.
SetFieldDataChanges the data value of the specified field.
SetFieldNameChanges the name of the specified field.
SetFieldStyleChanges one style of the specified field.
SetItemDataChanges the data value of the specified item.
SetItemStyleChanges one style of the specified item.
SetStyleChanges one style of the specified cell.
SetTableDataChanges the data value of the table.
SetTableStyleChanges one style of the table.
SortItemsSorts items.

Events

The Table object has no events.

Constants

The Table object has no constants.

Example

SECCIA Documentation - Copyright © 2001-2013 Sylvain Seccia