UnGroupShape
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > UnGroupShape |
procedure UngroupShape(AShape: TMyShape;NeedSaved:boolean= true);
Description:
unGroup have grouped shapes.
Parameter:
AShape:shape that you will ungroup it.
NeedSaved:it is for undo procedure,normal is true, do not change it,it is used by internal.
Example:
MyCAD1.UnGroupShape(MyCAD1.GetSelectedShape);
See also: