|
sw.Reset; ProcessInfo.WriteMode(processes[i].mode, sw); sw.Get(str); SetText(i, 4, str);
|
|
sw.Reset; ProcessInfo.WriteMode(processes[i].mode, sw); sw.Get(str); SetText(i, 4, str);
|
|
Strings.IntToStr(SYSTEM.VAL (LONGINT, pc), str); SetText(i, 5, str);
|
|
Strings.IntToStr(SYSTEM.VAL (LONGINT, pc), str); SetText(i, 5, str);
|