Editing Automation Containers

LEADTOOLS Automation provides several functions for Editing automation containers. These functions act on the active automation container. For editing functions that involve the clipboard, use the following:

LAutomation::Cut

LAutomation::Copy

LAutomation::Paste

To determine whether the clipboard contains valid automation data for pasting to the active automation container, call LAutomation::ClipboardDataReady.

LAutomation::Delete deletes objects from the active automation container.