Back to Devexpress

TdxAISmartPasteOptions Class

vcl-dxai-07d27533.md

latest2.4 KB
Original Source

TdxAISmartPasteOptions Class

Stores Smart Paste settings.

Declaration

delphi
TdxAISmartPasteOptions = class(
    TPersistent
)

Remarks

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.

Main API Members

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).

Direct TdxAISmartPasteOptions Class References

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.

Inheritance

TObject TPersistent TdxAISmartPasteOptions

See Also

AI-powered Extensions for VCL

TdxAISmartPasteOptions Members

dxAI Unit