TcxCustomEdit.CanSmartPaste Method
Identifies if the editor supports AI-powered Smart Paste operations.
Declaration
function CanSmartPaste: Boolean; virtual;
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
A Smart Paste operation analyzes clipboard content and intelligently assigns a correct value (in the required format) to the editor.
See Also