TIWAudio 所在单元及继承链:
IWCompAudio.TIWAudio

主要成员:


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

主要成员:


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

主要成员:


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

主要成员:


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

TIWSilverlightVideo 所在单元及继承链:
IWCompSilverlight.TIWSilverlightVideo

主要成员:


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

主要成员:


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

主要成员:


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

主要成员:


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

//...

最新文章

  1. iOS开发UI篇—CAlayer层的属性
  2. HttpClient——Get,Post
  3. ClownFish:比手写代码还快的通用数据访问层
  4. .frame类库简单介绍与使用
  5. php执行root命令
  6. vmdk虚拟机转换为OVF模板,导入esxi
  7. NC portal怎么重新开始入门,整个配置过程包括配置一个节点
  8. Constant is not finite! That's illegal. constant:inf'
  9. 减少iOS应用程序安装包大小
  10. Qt添加窗口背景图片、Label图片显示、、Label文字显示
  11. (转)Spring boot——logback.xml 配置详解(四)<filter>
  12. python的pandas库学习笔记
  13. podman(libpod)---github简单记录
  14. Javascript高级编程学习笔记(13)—— 引用类型(2)Array类型
  15. 导入数据到MongoDB中
  16. 万恶之源 - Python生成器
  17. 263A
  18. selenium自动化定位方法
  19. 20145310 Exp8 Web基础
  20. HDFS DATANODE 磁盘容量的最小值

热门文章

  1. AngularJS入门基础——表单验证
  2. TED_Topic9:How we're priming some kids for college — and others for prison
  3. Linux下USB转串口的驱动【转】
  4. MongoDB:数据导入CSV文件之错误记录
  5. Java封装概述
  6. C++字符串完全指引
  7. git stash命令使用手册
  8. 最小生成树问题(prim算法)POJ-1258 Agri-Net
  9. 系统管理员常用的Linux命令
  10. 应用Mongoose开发MongoDB(3)控制器(controllers)