T__MiniFMXMainFormAncestor Class

Definition

Ancestor for your main form.

Delphi
type T__MiniFMXMainFormAncestor = class(T___MiniFMXFormAncestor)
Inheritance
TForm
T__MiniFMXMainFormAncestor
Derived

Remarks

Never change anything in this unit if you want to follow the updates of this template

Constructors

Properties

Methods

AfterConstruction

Execute some code after the form instance construction

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
SaveContext(Boolean)
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.

(Inherited from T___MiniFMXFormAncestor)

Fields