CTRL+C

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
allen
Posts: 5
Joined: 03 Dec 2015, 06:21

CTRL+C

Post by allen » 13 Dec 2015, 04:31

Hello!
When I use "FDNavigator.ClipRectangle := True" function, how to apply CTRL+C
Because I need to intercept drawing in office word
thank

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: CTRL+C

Post by support » 15 Dec 2015, 20:50

Hello Allen,

Do you need to copy a portion of the loaded drawing as a bitmap to the clipboard and then paste it into MS Word document? I could give you a code snippet that copies TsgDrawingNavigator.ActualGraphic to the clipboard by pressing [Ctrl+C].


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply