TSceneTestKeyDownUp Class
Definition
Delphi
type TSceneTestKeyDownUp = class(T__SceneAncestor)
- Inheritance
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) |
| FrameKeyDown(TObject, Word, WideChar, TShiftState) | |
| FrameKeyUp(TObject, Word, WideChar, TShiftState) | |
| 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. (Inherited from T__SceneAncestor) |