Skip to main content
All docs
V25.2
  • TcxCustomGridTableView.SmartPaste(string) Method

    Inserts the specified string or current clipboard content into all configured data items using the AI-powered Smart Paste functionality.

    Declaration

    procedure SmartPaste(const AInputText: string = '');

    Parameters

    Name Type Description
    AInputText string

    Optional. The source string.

    If you omit the AInputText parameter, the procedure uses clipboard content as the source string.

    Remarks

    A Smart Paste command analyzes clipboard content and intelligently assigns correct values (in required formats) to appropriate data items (columns).

    Call the SmartPaste procedure to execute a Smart Paste command for all configured data items. The active AI provider service relies on data item descriptions (in a natural language) to determine appropriate paste targets and required data formats.

    See Also