You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Determines whether entity's data types are displayed (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property ShowEntityDataType() As Variant

Example

Dim MySubModel As SubModel
Dim entityDataType As Boolean
EntityDataType = True
MySubModel.ShowEntityDataType = EntityDataType
  • No labels