2000年12月18日 - timer = new TTimer(this); timer->OnEvent = OnTimerEvent; // 指定事件 timer->Interval = 1000; // 指定ms timer->Enabled = true; // 開始計時
www.programmer-club.com.tw