Editing DDO Properties

Every DDO has configurable properties organized into three categories: AFD (geometry/input), DFD (type-specific display), and HDA (data binding). This guide explains how to use the Property Inspector.

The Property Inspector

When you select a DDO, the Property Inspector appears on the right side of StudioWeb. It has three collapsible sections:

AFD — Appearance & Format Definition

Controls the object’s position, size, and input behavior. Common to all DDOs.

Geometry:

PropertyDescription
X, YPosition on canvas (pixels)
Width, HeightObject dimensions
RotationRotation angle in degrees

Input:

PropertyDescription
EnterableWhether the DDO accepts user input at runtime
Log EntriesNumber of log entries to retain
Confirm EntryRequire confirmation before input
Notify on SelectTrigger event when selected
Popup DDO NameDDO to show as popup
Command DestinationTarget for commands
EquationCalculated expression

Options:

PropertyDescription
Foreground / BackgroundDefault colors
Font controlsFamily, size, weight, style
RTDA EnabledEnable Real-Time Data Annotation
Security LevelAccess control level
Help FileContext help file

DFD — Display Format Definition

Type-specific properties that vary by DDO type. For example:

  • Meter: min, max, decimals, title, colors (meter, face, needle, scale, value fg/bg), tick options, wide scale, color type
  • Push Button: label, button type, action commands, confirm dialog
  • Real: decimals, display type, format, input range
  • Trend: time span, number of curves, grid, axis colors

See the dedicated articles for each DDO type’s DFD properties.

HDA — Host Data Access

Controls how the DDO connects to live data sources.

PropertyDescription
Data TypeType of data (real, integer, string, etc.)
Num ValuesNumber of values from the peer
Refresh TypeHow data updates (event-driven or polled)
Poll RatePolling interval in milliseconds
Logical ServerName of the data source peer
Read KeyKey for reading data
Write KeyKey for writing data back
Key TypeKey data type
Read RecordRecord for reading
Write RecordRecord for writing
Record TypeRecord data type

Editing Properties

Text and Number Fields

  1. Click the field
  2. Type the new value
  3. Press Enter or click away to apply

Color Pickers

  1. Click the color swatch
  2. Use the browser’s color picker to choose a color
  3. Close the picker to apply

Toggles and Checkboxes

Click to toggle between on/off states.

Click to open the dropdown, then select an option from the list.

Editing Multiple Objects

When multiple objects are selected:

  • AFD properties show values from the first selected object
  • Changes apply to all selected objects
  • DFD properties are only shown when all selected objects share the same DDO type

Tips

  • Click the canvas background to view page-level Format Properties instead of object properties
  • Use the AFD geometry fields for pixel-precise positioning (instead of dragging)
  • Set data bindings (HDA) after configuring the DDO’s appearance (DFD)
  • Color properties accept any valid CSS color value

See Also