Table Properties
A table in C/SIDE
has a number of properties that determine the behavior of the table. When you
create a table, C/SIDE automatically defines a number of default values for
these properties.
Property name
|
Use
|
ID Property
|
Sets a unique
identifier for the table.
|
Name Property
|
Defines the
table name, which is used as the table caption.
|
Caption Property
|
Displays the
table caption in the currently selected language. This value is taken from
the CaptionML Property, if a value is set.
|
CaptionML Property
|
Provides the
text that is used to identify a control or other object in the user
interface. This property is multilanguage enabled and can contain a list of
text in different languages. The text that is actually used is selected
according to the current language setting of the user.
|
Description Property
|
Include an
optional description of the table. This description is for internal purposes
only and is not visible to the end user. A short description of the table’s
purpose makes it easier to maintain the application.
|
DataPerCompany Property
|
Determines
whether data in this table is available to all companies or only the current
company.
Yes if data is
available only to this company; otherwise, No. The default value is Yes.
|