代码搜索:ThreadPro
找到约 13 项符合「ThreadPro」的源代码
代码结果 13
www.eeworm.com/read/341225/12098345
pas thread.pas
unit Thread;
interface
uses Common,CallSelf,RegSet,VarUnit,ShareData;
// 待插线程回调函数
procedure ThreadPro(X: Integer); stdcall;
implementation
uses Windows, Messages;
var
timer :
www.eeworm.com/read/341225/12098225
~pas thread.~pas
unit Thread;
interface
uses Common,CallSelf,RegSet,VarUnit,ShareData;
// 待插线程回调函数
procedure ThreadPro(X: Integer); stdcall;
implementation
uses Windows, Messages, Forms;
var
time
www.eeworm.com/read/261430/11646068
dfm main.dfm
object frmDemo: TfrmDemo
Left = 210
Top = 125
Width = 710
Height = 513
Caption = 'ThreadPro v2.0 Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowTex