[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_task.pas line 456
type TRunningProcessList = class(TMasterObject) |
public |
constructor Create; |
destructor Destroy; override; |
property Count: Integer; [r] |
property FileName []: LongString; [r] |
property Priority []: Integer; [r] |
property Threads []: Integer; [r] |
property PriorityClass []: Integer; [r] |
end; |
| |
| |
TObject |