Visit Gigasoft's Web Site
 ProEssentials v9 Help

TableWhat

Scope

Pego

Type

Int32

Default

PETW_GRAPHED

.NET

PeTable.What

Ocx|Vcl

TableWhat

DLL

PEP_nTABLEWHAT

 

Purpose

This property controls what information is included into the objects table. Possible values are defined in the following constants.

 

.NET Gigasoft.Enums.

ActiveX and

 

TableWhat.

DLL Constants

Description

Graphed

PETW_GRAPHED(0)

Table those subsets which are graphed.

AllSubsets

PETW_ALLSUBSETS(1)

Table all subsets

Grayed

PEMC_GRAYED (2)

Displays text but not available for selection.

 

Graph VCL Enumerations

eTableWhat = (gGraphedOnly, gAllSubsets);

 

Comments

PeTable.What members of Pego.PeTable

 

See Also: AllowTable, and GraphPlusTable.