"shapeType"

Returns a string specific to the type of shape.

Synopsis

shapeType(& string);

Parameters

Parameter Description
string

The string that is returned (specific to the type of the shape):

  • "PRIMITIVE_TEXT"
  • "LINE"
  • "RECTANGLE"
  • "ELLIPSE"
  • "ARC"
  • "POLYGON"
  • "PUSH_BUTTON"
  • "TEXT_FIELD"
  • "CLOCK"
  • "SELECTION_LIST"
  • "RADIO_BOX"
  • "CHECK_BOX"
  • "SPIN_BUTTON"
  • "COMBO_BOX"
  • "TREND"
  • "TABLE"
  • "CASCADE_BUTTON"
  • "BAR_TREND"
  • "TAB"
  • "ACTIVE_X"
  • "FRAME"
  • "PIPE"
  • "DP_TREE"
  • "TEXT_EDIT"
  • "SLIDER"
  • "THUMB_WHEEL"
  • "PROGRESS_BAR"
  • "TREE"
  • "DPTYPE"
  • "LCD"
  • "ZOOM_NAVIGATOR"
  • "EMBEDDED_MODULE"
  • "SCHEDULER_EWO"
  • "Label"
  • "Calendar"
  • "ScriptEdit"
  • "AttentionEffect_ewo"
  • "BarChart3D_ewo"
  • "DateTimeEdit_ewo"
  • "DialGauge_ewo"
  • "GisViewer_ewo"
  • "PictureFlow_ewo"
  • "Scheduler_ewo"
  • "ToggleSwitch_ewo"
  • "WebView_ewo"
  • "SHAPE_GROUP"
  • "LAYOUT_GROUP"
  • "PANEL_REF"

Description

Returns a string specific to the type of shape.

Example

The following example returns a string specific to the type of shape. This means that the string will be different depending on the shape. In the example below, the specific string is returned to the shape type scheduler ewo.

main()
{
  DebugN(this.shapeType());
}

Assignment

All graphics objects