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