TfrmMain Class

Unit: fMain
TForm
  fMain.TfrmMain
type TfrmMain = class(TForm)

The TfrmMain type exposes the following members.

Show:
 NameDescription
Create

Top
Show:
 NameDescription
OnAboutBoxTranslateTexts

Use it if you want to override about box texts translation or add your languages.

Top
Show:
 NameDescription
AfterConstruction

DoAboutBoxTranslateTexts

Used as OnAboutBoxTranslateTexts event in the about box dialog if OnAboutBoxTranslateTexts property is not assigned.

FormDestroy

FormKeyDown

FormKeyUp

TranslateTexts

mnuAboutClick

Top