Cut
<< Click to Display Table of Contents >>
Navigation: TMyCAD > Methods >
procedure Cut();
Description:
Save selected shape to memory,delete selected shape, and they also saved in bitmap format in clipboard.
Example:
MyCAD1.SelectShapeBycode(0);
MyCAD1.Cut;
MyCAD1.Paste;
See also:
Copy
Paste