TTutorielScene Class

Unit: uSceneTutoriel
TFrame
  _ScenesAncestor.T__SceneAncestor
    cDialogBox.TcadDialogBox
      uSceneTutoriel.TTutorielScene
type TTutorielScene = class(TcadDialogBox)

The TTutorielScene type exposes the following members.

Show:
 NameDescription
Create

Returns an instance of this class (Inherited from _ScenesAncestor.T__SceneAncestor .)

Destroy

internal use, call it only if you override it in a descendant (Inherited from _ScenesAncestor.T__SceneAncestor .)

Top
Show:
 NameDescription
DialogTitle

(Inherited from cDialogBox.TcadDialogBox .)

Top
Show:
 NameDescription
AddButton

(Inherited from cDialogBox.TcadDialogBox .)

AddText

(Inherited from cDialogBox.TcadDialogBox .)

AfterConstruction

internal use, call it only if you override it in a descendant (Overrides cDialogBox.TcadDialogBox.AfterConstruction .)

AfterLastHideScene

Contains scene finalization called only one time (during instance destruction) (Inherited from _ScenesAncestor.T__SceneAncestor .)

BeforeFirstShowScene

Contains scene initialization called only one time (before the first ShowScene, after instance construction) (Inherited from _ScenesAncestor.T__SceneAncestor .)

DoTranslateTexts
FrameResized

(Inherited from cDialogBox.TcadDialogBox .)

HideScene

Contains scene finalization. It's called each time the scene is hidden. (Inherited from cDialogBox.TcadDialogBox .)

ShowScene

Contains scene initialization. It's called each time the scene is shown. (Inherited from cDialogBox.TcadDialogBox .)

TranslateTexts

This method is called each time a global translation broadcast is sent with current language as argument. (Overrides _ScenesAncestor.T__SceneAncestor.TranslateTexts .)

btnOkClick

Top
Show:
 NameDescription
BoxBackground

(Inherited from cDialogBox.TcadDialogBox .)

DialogBackground

(Inherited from cDialogBox.TcadDialogBox .)

FlowLayout1

(Inherited from cDialogBox.TcadDialogBox .)

ShadowEffect1

(Inherited from cDialogBox.TcadDialogBox .)

Text1

btnCancel

(Inherited from cDialogBox.TcadDialogBox .)

btnLeft

(Inherited from cDialogBox.TcadDialogBox .)

btnOk

(Inherited from cDialogBox.TcadDialogBox .)

btnRight

(Inherited from cDialogBox.TcadDialogBox .)

flFooter

(Inherited from cDialogBox.TcadDialogBox .)

lFooter

(Inherited from cDialogBox.TcadDialogBox .)

lHeader

(Inherited from cDialogBox.TcadDialogBox .)

txtTitle

(Inherited from cDialogBox.TcadDialogBox .)

vsContent

(Inherited from cDialogBox.TcadDialogBox .)

Top