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 withkey. 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
- [clientdatatile (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-9790A095-68BA-40FB-B89E-036F276CCF56.htm)
- Status: documented (Phase 3 body fill).