Back to Devexpress

TcxCustomGridTableView.SmartPaste(string) Method

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-dot-smartpaste-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

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

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

Parameters

NameTypeDescription
AInputTextstring

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

TdxCustomLayoutControl.SmartPaste Procedure

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit