TcxRadioButton.SmartPaste(string) Method
Interprets the specified string or current clipboard content as the radio button state using AI-powered Smart Paste functionality.
Declaration
function SmartPaste(const AValue: string): Boolean; virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | string | The source string. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also