使用 IntraWeb (27) - 基本控件之 TIWAudio、TIWMPEG、TIWFlash、TIWSilverlight、TIWSilverlightVideo、TIWApplet、TIWQuickTime、TIWActiveX
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 //
//...
使用 IntraWeb (27) - 基本控件之 TIWAudio、TIWMPEG、TIWFlash、TIWSilverlight、TIWSilverlightVideo、TIWApplet、TIWQuickTime、TIWActiveX的更多相关文章
- 使用 IntraWeb (24) - 基本控件之 TIWFileUploader、TIWFile
TIWFileUploader 是基于 Ajax 的上传控件, 最初是 Andrew Valums 开发, 从 IntraWeb XIV 纳入并替换 TIWFile. 虽然从组件面板上还能看到 TIW ...
- 使用 IntraWeb (29) - 基本控件之 TIWAutherList、TIWAutherINI、TIWAutherEvent
TIWAutherList //通过一组户名与密码验证登陆 TIWAutherINI //通过记录户名与密码信息的 #Auth.ini 文件验证登陆 TIWAutherEvent //通过其 OnCh ...
- 使用 IntraWeb (28) - 基本控件之 TIWTemplateProcessorHTML、TIWLayoutMgrHTML、TIWLayoutMgrForm
TIWTemplateProcessorHTML //使用外部的 html 文件做模板 TIWLayoutMgrHTML //直接输入 Html 文本做模板 TIWLayoutMgrForm //这应 ...
- 使用 IntraWeb (26) - 基本控件之 TIWMenu
TIWMenu 的任务是让原来的 TMainMenu 呈现在网页上, 通过其 AttachedMenu 属性关联一个 TMainMenu 是必需的. TIWMenu 所在单元及继承链: IWCompM ...
- 使用 IntraWeb (25) - 基本控件之 TIWRegion
这应该是 IW 中最重要的容器了, 和它同父的还有 TIWTabControl TIWRegion 所在单元及继承链: IWRegion.TIWRegion 主要成员: property Align: ...
- 使用 IntraWeb (23) - 基本控件之 TIWTimer、TIWProgressBar、TIWProgressIndicator、TIWTimeEdit
TIWTimer //和 TTimer 没多大区别, 它的默认事件现在是异步的(OnAsyncTimer), 在网络上使用 OnTimer 肯定是非常糟糕的 TIWProgressBar //进度条 ...
- 使用 IntraWeb (22) - 基本控件之 TIWCalendar
TIWCalendar: 日历控件, 继承于 TIWCustomGrid, 所以它和 TIWGrid 共同属性特多. 它的 Cell 是 TIWCalendarCell 对象, 直接从 TIWGrid ...
- 使用 IntraWeb (20) - 基本控件之 TIWGrid
TIWGrid 最终通过 Html Table 呈现; 其每个 Cell 都是一个 TIWGridCell 对象, Cell 对象的 Control 属性非常好, 可以非常方便地嵌入其他控件. TIW ...
- 使用 IntraWeb (19) - 基本控件之 TIWTreeView
这是个饱受非议的控件; 我通过尝试, 理解了非议, 也能理解作者. 总之向作者的思路靠拢吧, 还是不错的. TIWTreeView 所在单元及继承链: IWCompTreeview.TIWTreeVi ...
随机推荐
- Mysql MERGE引擎简介
一. 什么是MERGE引擎MERGE存储引擎把一组MyISAM数据表当做一个逻辑单元来对待,让我们可以同时对他们进行查询. 二. 应用场景如果需要把日志纪录不停的录入MySQL数据库,并且每天.每周或 ...
- Flex 数组问题!
设计一个图形类,来对应一个图形! 这个类大概的代码是: public class ShapeModel extends ... { [bindable] private var _x:Number = ...
- Android启动过程
1.背景知识 Init进程是Linux环境下非常重要的一个进程,而Zygote进程是J ...
- Google Protocol Buffer的安装与.proto文件的定义(转)
转自(https://www.cnblogs.com/yinheyi/p/6080244.html) 什么是protocol Buffer呢? Google Protocol Buffer( 简称 P ...
- click模块使用
# coding:utf8 import time import click @click.command() @click.option('--id', default='123', help='a ...
- css-通过hover实现鼠标进过背景色变化
通过hover实现鼠标进过背景色变化 <!DOCTYPE html> <html lang="en"> <head> <meta cha ...
- 移动端点击300ms延迟
转载自:http://www.jianshu.com/p/6e2b68a93c88 一.移动端300ms点击延迟 一般情况下,如果没有经过特殊处理,移动端浏览器在派发点击事件的时候,通常会出现300m ...
- Coursera台大机器学习技法课程笔记08-Adaptive Boosting
将分类器组合的过程中,将重点逐渐聚焦于那些被错分的样本点,这种做法背后的数学原因,就是这讲的内容. 在用bootstraping生成g的过程中,由于抽样对不同的g就生成了不同的u,接下来就是不断的调整 ...
- wpf XAML 设计器异常,提示NullReferenceException 未将对象引用设置到对象例
设计了一个控件,然后在使用该控件的界面上,出现上图,这个应该是设计器的bug,解决办法 不要在界面上直接写Load事件 在cs构造函数里手动注册,并且在控件的构造函数里增加判断 if (Designe ...
- javaweb笔记六
指令包含:可以在一个jsp中包含另一个jsp中的内容.会将包含页面和被包含页面放在一起编译,形成一个java类.所以,是在编译时发生的.只能包含文件,不允许两个页面之间存在同名变量.被包含页面也不应该 ...