MidiMountain 0.4.0
|
 |
Class TfrmMMBaseProperties
Unit
MMFormBaseProperties
Declaration
type TfrmMMBaseProperties = class(TfrmMMBase )
Description
MidiMountain Base Form for Property Dialogs This base class holds the common stuff for property dialogsHierarchy
TfrmMMBase Methods
Overview
 |
function GetItem: TMCItem; virtual; abstract; |
 |
function Show( const aItem: TMCItem; const aOffset: TMidiOffset = -1 ): integer; virtual; abstract; |
Description
 |
function GetItem: TMCItem; virtual; abstract; |
read the item beeing created or changed
 |
function Show( const aItem: TMCItem; const aOffset: TMidiOffset = -1 ): integer; virtual; abstract; |
show dialog and return modal result
Properties
Overview
 |
property Item: TMCItem; |
Description
 |
property Item: TMCItem; |
read the item beeing modified
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|