MidiMountain 0.4.0
|
 |
Class TfrmMMBase
Unit
MMFormBase
Declaration
type TfrmMMBase = class()
Description
MidiMountain Base Form This base form contains translation functionality. It is used with all the forms in the applicationMethods
Overview
 |
constructor Create( aOwner: TComponent ); override; |
 |
procedure SetActivated(const Value: boolean); virtual; |
 |
procedure Translate; virtual; abstract; |
Description
 |
constructor Create( aOwner: TComponent ); override; |
override constructor to call translation
 |
procedure SetActivated(const Value: boolean); virtual; |
 |
procedure Translate; virtual; abstract; |
abstract translation function. Implement translation for every needed item in the GUI.
Properties
Overview
Description
 |
property Activated: boolean; |
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|