Function Entry: CLIENTDATATILE

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: CLIENTDATATILE

Name

`clientdatatile`

Class

DCL Function

Syntax

(client_data_tile key clientdata)

Arguments and Values

  • key: case-sensitive string; the tile.
  • clientdata: string; the value to associate with key. Action expressions and callback functions can reference it as $data.

Description

Attaches application-managed data to a dialog-box tile so that callbacks can later read it via $data.

Return Values

Always returns nil.

Side Effects

Updates the per-tile client-data binding.

Examples

Not documented on the vendor page.

Availability

  • AutoCAD 2026: documented.
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes