Skip to main content
All docs
V25.2
  • 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 AValue parameter, the procedure uses clipboard content as the source string.

    Returns

    Type Description
    Boolean

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

    See Also