Skip to main content
All docs
V25.2
  • 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

    True if the Smart Paste operation is successful; otherwise, False.

    See Also