TScene Class

Unit: uScene
System.TObject
  uScene.TScene
type TScene = class(TObject)

The TScene type exposes the following members.

Show:
 NameDescription
Current

Return current scene on screen. Change it's value to show an other scene.

Top
Show:
 NameDescription
GetInstance

Return the instance of current displayed scene.

RegisterScene

Register a new scene in the list of available scenes and show it

UnRegisterScene

Overloaded. Unregister a scene from the list (to use only if you remove scenes and free their instance manually)

Top