TfrmMain Class

Unit: fMain
type TfrmMain = class(T__MainFormAncestor)

The TfrmMain type exposes the following members.

Show:
 NameDescription
CurrentDocument

Current opened document (Inherited from _MainFormAncestor.T__MainFormAncestor .)

OnAboutBoxTranslateTexts

Use it if you want to override about box texts translation or add your languages. (Inherited from _MainFormAncestor.T__MainFormAncestor .)

onGetLanguageName

Called in the Tools/Languages dialog to get the language name for an ISO code. (Inherited from _MainFormAncestor.T__MainFormAncestor .)

Top
Show:
 NameDescription
AboutBoxTranslateTexts

Button1Click

DoGetLanguageName

Used as onGetLanguageName event in the current language selection dialog if onGetLanguageName property is not assigned. (Overrides _MainFormAncestor.T__MainFormAncestor.DoGetLanguageName .)

FormCreate

Top
Show:
 NameDescription
Button1

MainFormAncestorActionList
MainFormAncestorMenu
actAbout
actBuyALicense
actCheckForANewRelease
actCloseAllDocuments
actCloseDocument
actDocumentOptions
actLanguageChange
actNewDocument
actOpenDocument
actQuit
actRecentFilesOptions
actRegisterALicense
actSaveAllDocuments
actSaveDocument
actSaveDocumentAs
actStyleChange
actSupport
actToolsOptions
mnuDocument
mnuDocumentOptions
mnuFile
mnuFileClose
mnuFileCloseAll
mnuFileNew
mnuFileOpen
mnuFileOpenPrevious
mnuFileOpenPreviousOptions
mnuFileOpenPreviousSeparator
mnuFileQuit
mnuFileSave
mnuFileSaveAll
mnuFileSaveAs
mnuHelp
mnuHelpAbout
mnuHelpBuyALicense
mnuHelpCheckForANewRelease
mnuHelpRegisterALicense
mnuHelpSupport
mnuMacOS
mnuTools
mnuToolsLanguage
mnuToolsOptions
mnuToolsStyle
mnuWindows
Top