TdxExpressionEditor.DataController Property
Specifies the target data controller of the “Expression Editor” dialog.
Declaration
property DataController: TcxCustomDataController read; write;
Property Value
| Type |
|---|
| TcxCustomDataController |
Remarks
A ShowExpressionEditor procedure call initializes the created editor form’s DataController property to the accepted ADataController parameter value.
See Also