Difference between revisions of "CATable::TableType"
(Marked this version for translation) |
|||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
− | = property string TableType = | + | = property string TableType = <!--T:1--> |
+ | <!--T:2--> | ||
This property holds the type of the table ("D" for a [[CAObject::DefTable|definition table]], and "V" for a [[CAObject::ResultTable|result table]]). | This property holds the type of the table ("D" for a [[CAObject::DefTable|definition table]], and "V" for a [[CAObject::ResultTable|result table]]). | ||
+ | <!--T:3--> | ||
Exists primarily for internal use. | Exists primarily for internal use. | ||
− | == Data type == | + | == Data type == <!--T:4--> |
+ | <!--T:5--> | ||
string | string | ||
− | == Access == | + | == Access == <!--T:6--> |
+ | <!--T:7--> | ||
read | read | ||
− | = Usage = | + | = Usage = <!--T:8--> |
− | x = tab.TableType | + | <!--T:9--> |
+ | x = tab.TableType | ||
− | = See Also = | + | = See Also = <!--T:10--> |
+ | <!--T:11--> | ||
* [[CAObject::ResultTable]] | * [[CAObject::ResultTable]] | ||
* [[CAObject::DefTable]] | * [[CAObject::DefTable]] | ||
</translate> | </translate> |
Latest revision as of 01:05, 16 June 2015
ADE User Guide > ADE Server Class Reference > CATable
property string TableType
This property holds the type of the table ("D" for a definition table, and "V" for a result table).
Exists primarily for internal use.
Data type
string
Access
read
Usage
x = tab.TableType
See Also
Comments
Enable comment auto-refresher