TfrmMain Class

Definition

Delphi
type TfrmMain = class(T__MiniFMXMainFormAncestor)
Inheritance

Constructors

Properties

Methods

AfterConstruction

Execute some code after the form instance construction

(Inherited from T__MiniFMXMainFormAncestor)
BeforeDestruction (Inherited from T___MiniFMXFormAncestor)
CloseQuery (Inherited from T___MiniFMXFormAncestor)
DoAfterFirstHide (Inherited from T___MiniFMXFormAncestor)
DoAfterFirstShow (Inherited from T___MiniFMXFormAncestor)
DoAfterHide (Inherited from T___MiniFMXFormAncestor)
DoAfterShow (Inherited from T___MiniFMXFormAncestor)
DoBeforeFirstHide (Inherited from T___MiniFMXFormAncestor)
DoBeforeFirstShow (Inherited from T___MiniFMXFormAncestor)
DoBeforeHide (Inherited from T___MiniFMXFormAncestor)
DoBeforeShow (Inherited from T___MiniFMXFormAncestor)
DoHide (Inherited from T___MiniFMXFormAncestor)
DoShow (Inherited from T___MiniFMXFormAncestor)
DoTranslateTexts(TObject, TMessage) (Inherited from T___MiniFMXFormAncestor)
FormSaveState(TObject) (Inherited from T___MiniFMXFormAncestor)
LoadContext (Inherited from T__MiniFMXMainFormAncestor)
SaveContext(Boolean) (Inherited from T__MiniFMXMainFormAncestor)
SetFormCaption(string) (Inherited from T___MiniFMXFormAncestor)
TranslateTexts(string)

This method is called each time a global translation broadcast is sent with current language as argument.

Fields