TDialogBox Class

Unit: cDialogBox
type TDialogBox = class(T__SceneAncestor)

The TDialogBox type exposes the following members.

Show:
 NameDescription
BackScene

Text

Title

Top
Show:
 NameDescription
AfterConstruction

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

Execute

FrameResized

GetImageIndexOfUnknowChar

HideScene

Contains scene finalization. It's called each time the scene is hidden. (Overrides _ScenesAncestor.T__SceneAncestor.HideScene .)

ResizeTitle

ShowScene

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

TranslateTexts

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

btnBackClick

Top