TSceneGameOverLost Class

Definition

Delphi
type TSceneGameOverLost = class(T__SceneAncestor)
Inheritance
TFrame
TSceneGameOverLost

Constructors

Create(TComponent)

Returns an instance of this class

(Inherited from T__SceneAncestor)
Destroy

internal use, call it only if you override it in a descendant

(Inherited from T__SceneAncestor)

Methods

AfterConstruction

internal use, call it only if you override it in a descendant

(Inherited from T__SceneAncestor)
AfterLastHideScene

Contains scene finalization called only one time (during instance destruction)

(Inherited from T__SceneAncestor)
BeforeFirstShowScene

Contains scene initialization called only one time (before the first ShowScene, after instance construction)

(Inherited from T__SceneAncestor)
DoTranslateTexts(TObject, TMessage) (Inherited from T__SceneAncestor)
HideScene

Contains scene finalization. It's called each time the scene is hidden.

(Inherited from T__SceneAncestor)
ShowScene

Contains scene initialization. It's called each time the scene is shown.

TranslateTexts(string)

This method is called each time a global translation broadcast is sent with current language as argument.

(Inherited from T__SceneAncestor)
btnBackClick(TObject)

Fields