SendtoBack
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > SendtoBack |
procedure SendToBack(AShape:TMyShape;NeedSave:Boolean=true);
Description:
Sent the selected shape to background .
Parameter:
AShape:the shape that you will changed;
NeedSave:used by internal.
Example:
MyCAD1.SendToBack(MyCAD1.GetSelectedShape);
See Also: