zoukankan      html  css  js  c++  java
  • 使用 IntraWeb (27)


    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       //
    


    //...
    


  • 相关阅读:
    android 多线程
    Uva 10881 Piotr’s Ants 蚂蚁
    LA 3708 Graveyard 墓地雕塑 NEERC 2006
    UVa 11300 Spreading the Wealth 分金币
    UVa 11729 Commando War 突击战
    UVa 11292 The Dragon of Loowater 勇者斗恶龙
    HDU 4162 Shape Number
    HDU 1869 六度分离
    HDU 1041 Computer Transformation
    利用可变参数函数清空多个数组
  • 原文地址:https://www.cnblogs.com/del/p/3798120.html
Copyright © 2011-2022 走看看