Previous Topic

Next Topic

SendToBack - Method

method SendToBack

Send the form to the back of open objects and windows.

For example in Form Designer:

Self.SendToBack

will display the form behind other windows.

For example in Scripted Forms:

  scForm1.SendToBack

will display scForm1 behind other windows.

See Also

Form Designer Component Methods

Book Contents

Book Index