MidiMountain 0.4.0
|
 |
Class TfrmMMData
Unit
MMDataModule
Declaration
type TfrmMMData = class()
Description
MidiMountain Data Module MidiMountain data module containing the global data. Sequence, Conf-File,...Fields
| Name | Description |
 |
imgFunctions |
|
 |
imgFunctionsDisabled |
|
 |
imgMainLarge |
|
 |
imgMainLargeDisable |
|
 |
imgMainSmall |
|
 |
imgMainSmallDisable |
|
 |
imgNotes |
|
Methods
Overview
 |
function ConfRead(const Section, Ident, Default: string ): string; overload; |
 |
function ConfRead(const Section, Ident: string; Default: integer ): integer; overload; |
 |
function ConfRead(const Section, Ident: string; Default: Boolean): Boolean; overload; |
 |
procedure ConfWrite(const Section, Ident, Value: string ); overload; |
 |
procedure ConfWrite(const Section, Ident: string; const Value: integer ); overload; |
 |
procedure ConfWrite(const Section, Ident: string; Value: Boolean); overload; |
 |
procedure DataModuleCreate(Sender: TObject); |
 |
procedure DataModuleDestroy(Sender: TObject); |
Description
 |
function ConfRead(const Section, Ident, Default: string ): string; overload; |
read a string value out of the configuration file
 |
function ConfRead(const Section, Ident: string; Default: integer ): integer; overload; |
read an integer value out of the configuration file
 |
function ConfRead(const Section, Ident: string; Default: Boolean): Boolean; overload; |
read a boolean value out of the configuration file
 |
procedure ConfWrite(const Section, Ident, Value: string ); overload; |
write a string value into the configuration file
 |
procedure ConfWrite(const Section, Ident: string; const Value: integer ); overload; |
write an integer value into the configuration file
 |
procedure ConfWrite(const Section, Ident: string; Value: Boolean); overload; |
write a boolean value into the configuration file
 |
procedure DataModuleCreate(Sender: TObject); |
 |
procedure DataModuleDestroy(Sender: TObject); |
Properties
Overview
Description
 |
property SelColor: TColor; |
selection color in Borland format format
 |
property SelColorDark: TColor; |
dark selection color in Borland format format
 |
property SelColorLittleDarker: TColor; |
a little darker selection color
 |
property SelectionColor: string; |
selection color in HTML format
 |
property SnapState: TSnapState; |
the global snap state
 |
property SnapTickCount: integer; |
the amount of ticks to snap to if SnapState is ssTick
 |
property TrackHeight: integer; |
height of a track in track list and main view
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|