THallOfFameScene Class

Unit: fSceneHallOfFame
TFrame
  _ScenesAncestor.T__SceneAncestor
    cDialogBox.TcadDialogBox
      fSceneHallOfFame.THallOfFameScene
type THallOfFameScene = class(TcadDialogBox)

The THallOfFameScene type exposes the following members.

Show:
 NameDescription
ShowScene

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

TranslateTexts

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

btnCloseClick

Top
Show:
 NameDescription
BoxBackground

(Inherited from cDialogBox.TcadDialogBox .)

DialogBackground

(Inherited from cDialogBox.TcadDialogBox .)

FlowLayout1

VertScrollBox1

(Inherited from cDialogBox.TcadDialogBox .)

btnClose

(Inherited from cDialogBox.TcadDialogBox .)

lFooter

(Inherited from cDialogBox.TcadDialogBox .)

lHeader

(Inherited from cDialogBox.TcadDialogBox .)

txtTitle

(Inherited from cDialogBox.TcadDialogBox .)

Top