osctrlpages
Part of the DMS object definition (see DMSObjDef, element
<page>). Holds the tab pages within a tab-control field (pagecontrol — an
osobjfields entry with control_type=pagecontrol). A page
bundles its own group of index fields and is rendered as a separate tab in the mask.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
32 |
GUID of the tab page ( |
|
|
32 |
GUID of the parent field ( |
|
|
248 |
Display name of the tab page in the default language. |
|
|
— |
Order of the tab page within the pagecontrol field ( |
|
|
— |
ID of the user-defined icon for the tab ( |
|
|
248 |
Internal name of the tab page ( |
2. Related Tables
-
osobjfields — the parent
pagecontrolfield (osobjfields.osguid=osctrlpages.parentfieldid) and the fields placed on the tab page (osobjfields.pageid=osctrlpages.pageid). -
osobjdef — object types whose masks contain the tab pages.