vcl-dxai-07d27533.md
Stores Smart Paste settings.
TdxAISmartPasteOptions = class(
TPersistent
)
A Smart Paste command analyzes clipboard content and intelligently assigns correct values (in required formats) to appropriate layout fields or row cells using the active AI service provider.
The list below outlines key members of the TdxAISmartPasteOptions class. These members allow you to configure interaction between the parent UI element/editor and an AI service provider used for Smart Paste operations.
DescriptionSpecifies the UI element/editor’s description (in a natural language) for the current AI service provider (the required data format, input field status, etc.).EnabledSpecifies if the UI element/editor is enabled for Smart Paste operations (visible to the current AI service provider).
The following public API members reference a TdxAISmartPasteOptions object:
TcxGridTableItemAIOptions.SmartPasteProvides access to Smart Paste command settings for the grid data item.TdxLayoutItemAIOptions.SmartPasteProvides access to Smart Paste command settings for the layout item.
TObject TPersistent TdxAISmartPasteOptions
See Also