TfrmMain Class
Definition
Delphi
type TfrmMain = class(TForm)
- Inheritance
-
TFormTfrmMain
Constructors
Properties
| OnAboutBoxTranslateTexts |
Use it if you want to override about box texts translation or add your languages. |
Methods
| AfterConstruction | |
| DoAboutBoxTranslateTexts(string, TOlfAboutDialogTxtID) |
Used as OnAboutBoxTranslateTexts event in the about box dialog if OnAboutBoxTranslateTexts property is not assigned. |
| FormDestroy(TObject) | |
| FormKeyDown(TObject, Word, WideChar, TShiftState) | |
| FormKeyUp(TObject, Word, WideChar, TShiftState) | |
| TranslateTexts(TObject, TMessage) | |
| mnuAboutClick(TObject) |