, 27 2015 . 05:22
+
,
.
TThread, .
??? ???
program potokProject1;
uses
Forms,
potokunit1 in 'potokunit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
unit potokunit1;
interface
uses
Windows, Messages, SysUtils, Variants, Cl ...
http://www.delphikingdom.com/asp/answer.asp?IDAnswer=83103