MidiMountain 0.4.0
|
 |
Class TMCItem
Unit
MCList
Declaration
type TMCItem = class(TMCBase )
Description
MIDI Base Class for Time Based Items This class is the base to all classes holing a time offsetHierarchy
TMCBase Methods
Overview
Description
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMsg: boolean = true ); virtual; |
create an item attached to a list
 |
destructor Destroy; override; |
whack the item and let the list know
 |
function GetIndex: longint; |
get the index of the item in the list
 |
procedure SetOffset( const Value: TMidiOffset ); virtual; |
Properties
Overview
Description
 |
property CreatedMessage: TMidiMessage; |
 |
property DestroyingMessage: TMidiMessage; |
 |
property List: TMCList; |
 |
property Next: TMCItem; |
next item in list
 |
property Offset: TMidiOffset; |
offset of the midi item in ticks
 |
property OffsetChangedMessage: TMidiMessage; |
 |
property Prev: TMCItem; |
previous item in list
 |
property Selected: boolean; |
selection of the item
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|