其他分享
首页 > 其他分享> > 使用 IntraWeb (27) - 基本控件之 TIWAudio、TIWMPEG、TIWFlash、TIWSilverlight、TIWSilverlightVideo、TIWApplet、TIWQ

使用 IntraWeb (27) - 基本控件之 TIWAudio、TIWMPEG、TIWFlash、TIWSilverlight、TIWSilverlightVideo、TIWApplet、TIWQ

作者:互联网

   使用 IntraWeb (27) - 基本控件之 TIWAudio、TIWMPEG、TIWFlash、TIWSilverlight、TIWSilverlightVideo、TIWApplet、TIWQuickTime、TIWActiveX    


TIWAudio 所在单元及继承链:
IWCompAudio.TIWAudio < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AudioFile: TIWFileReference //
property FocusOutline: Boolean	     //
property AlternateAudioFile: TIWFileReference //
property ShowAudioPlayer: Boolean //
property AutoPlay: Boolean //
property Loop: Boolean	   //
property PreLoad: Boolean  //
property AltText: string   //

class function GetAudioType(const AudioFileName: string): string



TIWMPEG 所在单元及继承链:
IWCompMPEG.TIWMPEG < TIWCustomObject < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property MPEGFile: TIWFileReference //
property Archive: string      //
property AutoStart: Boolean   //
property ClassID: string      //
property CodeBase: string     //
property CodeType: string     //
property Data: string	      //
property Declare: Boolean     //
property ObjectType: string   //
property PluginsPage: string  //
property RenderEMBED: Boolean //
property StandBy: string      //



TIWFlash 所在单元及继承链:
IWCompFlash.TIWFlash < TIWCustomFlash < TIWCustomObject < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property Align: TIWFlashAlign //
property AutoPlay: Boolean    //
property BGColor: TIWColor    //
property EnableMenu: Boolean  //
property FlashFile: TIWFileReference //
property Loop: Boolean		  //
property Quality: TIWFlashQuality //
property SAlign: TIWFlashSAlign	  //
property Scale: TIWFlashScale	  //
property SWLiveConnect: Boolean	  //
property ObjectType: string	  //



TIWSilverlight 所在单元及继承链:
IWCompSilverlight.TIWSilverlight < TIWBaseSilverlight < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property EnableFramerateCounter: Boolean //
property Framerate: Integer    //
property BGColor: TIWColor     //
property Windowless: Boolean   //
property XAP: TIWFileReference //



TIWSilverlightVideo 所在单元及继承链:
IWCompSilverlight.TIWSilverlightVideo < TIWBaseSilverlight < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoPlay: Boolean //
property Muted: Boolean	   //
property Stretch: TIWSilverlightVideoStretch //
property Volume: Integer         //
property Media: TIWFileReference //
property ShowControls: Boolean	 //
property EnableFramerateCounter: Boolean //
property Framerate: Integer	 //
property BGColor: TIWColor	 //
property Windowless: Boolean	 //
property XAP: TIWFileReference	 //



TIWApplet 所在单元及继承链:
IWHTMLControls.TIWApplet < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property Alignment: TIWAppletAlignment //
property AltText: string      //
property AppletName: string   //
property Archive: string      //
property ClassFile: string    //
property CodeBase: string     //
property HorizSpace: Integer  //
property Params: TStringList  //
property VertSpace: Integer   //



TIWQuickTime 所在单元及继承链:
IWCompQuickTime.TIWQuickTime < TIWCustomQuickTime < TIWCustomObject < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoPlay: Boolean    //
property BGColor: TIWColor    //
property Cache: Boolean	      //
property Controller: Boolean  //
property Hidden: Boolean      //
property HRef: string	      //
property KioskMode: Boolean   //
property Loop: Boolean	      //
property PluginsPage: string  //
property MovFile: TIWFileReference //
property MovieName: string	 //
property Pan: Integer		 //
property PlayEveryFrame: Boolean //
property Scale: string	   //
property Volume: Integer   //



TIWActiveX 所在单元及继承链:
IWCompActiveX.TIWActiveX < TIWCustomObject < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property ActiveXObject: TIWFileReference //
property Archive: string  //
property ClassID: string  //
property CodeBase: string //
property CodeType: string //
property Data: string	  //
property Declare: Boolean //
property ForceActivation: Boolean //
property ObjectType: string    //
property PluginsPage: string   //
property RenderEMBED: Boolean  //
property StandBy: string       //


//...



标签:控件,IntraWeb,27,string,TIWFileReference,TControl,Boolean,TComponent,property
来源: https://blog.51cto.com/u_14617575/2744256