TdxBackendCustomDataConnection.DisplayName Property
Specifies the data connection name displayed in a template/layout designer and Collection Editor dialogs.
Declaration
property DisplayName: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The data connection name. |
Remarks
Template/layout designer dialogs use the DisplayName property value to refer to the data connection component in a report/UI template.
See Also