TMainForm Class

Unit: fMainForm
type TMainForm = class(T__MainFormAncestor)

The TMainForm 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
GetNewDoc

Returns a document instance. Override it in your main form descendant to create an instance of the good class (yours) (Overrides _MainFormAncestor.T__MainFormAncestor.GetNewDoc .)

Top
Show:
 NameDescription
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