首页 > TAG信息列表 > TIWForm1
使用 IntraWeb (34) - TIWAJAXNotifier
使用 IntraWeb (34) - TIWAJAXNotifier 在异步事件中, 可以通过 TIWAJAXNotifier 发出一个通知(通过其 Notify 方法), 该通知会激发其 OnNotify 事件.这一般用在: 当一个异步事件完成后, 立即处理随后的事情.TIWAJAXNotifier 所在单元及继承链:IWCompExtCtrls.TIWAJAXNo使用 IntraWeb (22) - 基本控件之 TIWCalendar
使用 IntraWeb (22) - 基本控件之 TIWCalendar TIWCalendar: 日历控件, 继承于 TIWCustomGrid, 所以它和 TIWGrid 共同属性特多.它的 Cell 是 TIWCalendarCell 对象, 直接从 TIWGridCell 继承.TIWCalendar 所在单元及继承链:IWCompCalendar.TIWCalendar < TIWCustomGrid使用 IntraWeb (33) - Cookie
使用 IntraWeb (33) - Cookie 在 IW.HTTP.Cookie 单元提供有两个相关类: THTTPCookie、TCookieList; 另外 IWServerController 还有一个 CookieOptions 选项.但实用起来一般用不到它们.测试:{读取 Cookie; 放在 OnCreate 中不太合适, 因为在切换页面时, 如果窗口使用 IntraWeb (23) - 基本控件之 TIWTimer、TIWProgressBar、TIWProgressIndicator、TIWTimeEdit
使用 IntraWeb (23) - 基本控件之 TIWTimer、TIWProgressBar、TIWProgressIndicator、TIWTimeEdit TIWTimer //和 TTimer 没多大区别, 它的默认事件现在是异步的(OnAsyncTimer), 在网络上使用 OnTimer 肯定是非常糟糕的 TIWProgressBar