BringToFront

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Methods >

BringToFront

procedure BringToFront(AShape:TMyShape;NeedSave:boolean=true);

 

Description:

 

 Sent the selected shape to front

 

Parameter:

 

  AShape:the shape that you will changed;

  NeedSave:used by internal.

 

 

Example:

 

MyCAD1.BringToFront(MyCAD1.GetSelectedShape);

 

See Also:

 

SendToBack

BringToFrontByStep