TWaveData and TWave for Delphi


Author: Audreyn Justus
        aj@base.com.br

Legal Notice:

	This component is FreeWare for personal use. No responsibilities taken whatsoever.
        If you will use it , please let me know; send me an e-mail!!!


Files : uwave.pas - code;
        uwave.dfm - form used in the property editor
        read.txt  - this file

TWaveData
==========
  It's a component derived from TPersistent that save and restore wave files data in dfm files.

  Methods
    Clear        : clear the wave content of the object;
    LoadFromFile : load a wave from a file;
    Assign       : copy the content of another TWavedata component;
    play         : play the wave stored or loaded;
    empty        : is the component data empty or not ?
 
TWave
=====

   It's a wrap to the TWaveData, so you can drop it on a form. It's derived from TComponent

   Methods
     play : play the wave stored or loaded in the component; 
   
   Properties
     WaveData : TWaveData component;
    
   Events
     OnPlay : called when the component will start to play 
 
   
Property Editor for the TWaveData
=================================

   There is a property editor to the TWaveData in the same units (uwave.pas,uwave.dfm).


      

  