T__SceneAncestor Class

Definition

Should be used as your scenes ancestor.

Delphi
type T__SceneAncestor = class(TFrame)
Inheritance
TFrame
T__SceneAncestor
Derived

Constructors

Create(TComponent)

Returns an instance of this class

Destroy

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

Methods

AfterConstruction

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

AfterLastHideScene

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

BeforeFirstShowScene

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

DoTranslateTexts(TObject, TMessage)
HideScene

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

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.