Redigera

Dela via


Extensible Property

Version: Available or changed with runtime version 4.0.

Sets whether the Table can be extended or not.

Applies to

  • Table
  • Page
  • Report
  • Enum Type

Property Value

True if the table, page, report, or enum can be extended; otherwise, false. The default is true on tables, pages, and reports, whereas it is false on enums.

Syntax

table 50111 MyTable
{
    DataClassification = CustomerContent;
    Extensible = true;
    ...

Remarks

If the value is true, the object can be extended using a tableextension, pageextension, reportextension, or enumextension respectively.

Table Properties
Properties
Access Property
Extensible Enums