TcxCustomEdit.SmartPaste(string) Method
Inserts the specified string or current clipboard content into the editor using the AI-powered Smart Paste functionality.
Declaration
function SmartPaste(const AValue: string): Boolean; virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | string | Optional. The source string. If you omit the |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also