TOptionsScene Class

Unit: fSceneOptions
TFrame
  _ScenesAncestor.T__SceneAncestor
    cDialogBox.TcadDialogBox
      fSceneOptions.TOptionsScene
type TOptionsScene = class(TcadDialogBox)

The TOptionsScene type exposes the following members.

Show:
 NameDescription
AfterConstruction

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

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

rbMusicOnOffClick

rbSoundEffectsOnOffClick

Top