T__TFormAncestor Class

Should be used as your TForm ancestor.

Unit: _TFormAncestor
type T__TFormAncestor = class(TForm)

The T__TFormAncestor type exposes the following members.

Show:
 NameDescription
DoHide

DoShow

DoTranslateTexts

FormKeyDown

TranslateTexts

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

Top