Skip to main content
All docs
V25.2
  • TcxCustomEdit.CanSmartPaste Method

    Identifies if the editor supports AI-powered Smart Paste operations.

    Declaration

    function CanSmartPaste: Boolean; virtual;

    Returns

    Type Description
    Boolean

    True if the editor supports Smart Paste operations; otherwise, False.

    Remarks

    A Smart Paste operation analyzes clipboard content and intelligently assigns a correct value (in the required format) to the editor.

    See Also