使用 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 ...
随机推荐
- xmlhttprequest upload
html5 带进度上传 function fileSelected() { var file = document.getElementById('fileToUpload').files[0]; i ...
- composer "Failed to decode zlib stream"
dockerFile 中安装composer.... RUN curl -s -f -L -o /tmp/installer.php https://raw.githubusercontent.com ...
- 关于gb2312编码和utf8码的一个问题
ANSI(注意拼写不是ASCII)并不是“一种”编码,而是“多种”编码的统称.在简体中文Windows上,ANSI指GBK编码:在繁体中文Windows上,ANSI指Big5编码:在英文Windows ...
- python3之成像库pillow
python提供了python image library图像库,处理图像功能,该库提供了广泛的文件格式支持,如JPEG.PNG.GIF.等,它提供了图像档案.图像显示.图像处理等功能 PIL中所涉及 ...
- centos6.8安装mysql5.6【转】
首先先要去看看本机有没有默认的mysql, 本地默认有的,我们应先卸载,在安装新的这个逻辑. rpm -qa | grep mysql 我本机默认安装的mysql5.1.73 下一步删除 rpm -e ...
- 创蓝语音服务(语音通知验证码).net
public static string PostUrl = "http://zapi.253.com/msg/HttpBatchSendSM"; static void Main ...
- Hibernate 二级缓存疑难点
一级缓存:缓存实体 二级缓存:缓存实体 Hibernate查询缓存缓存的是查询出来的实体的部分属性结果集和实体的ID(注意这里不是实体). Hibernate查询缓存:对List起作用.但是Hiber ...
- Go语言之Windows 10开发工具LiteIDE初步使用
Intel Core i5-8250U,Windows 10家庭中文版,go version go1.11 windows/amd64,LiteIDE X34.1 在RUNOOB.COM的Go语言教程 ...
- Laravel中使用自己的类库三种方式
虽然Composer使得我们可以重用很多现有的类库(例如packagist.org中的),但是我们仍然可能用到一些不兼容composer的包或者类库.另外在某一项目中,我们也可能会创建某一类库,而且可 ...
- 和为k的最长子数组及其延伸
问题1: /** * 问题描述: * 给定一个无序数组arr,其中元素可正.可负.可0, * 求arr所有的子数组中正数与负数个数相等的最长子数组长度 * * 解题思路:对数组进行处理,正数为1,负数 ...