[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: processbody.inc line 47
type TIODescriptor = class(TPersistent) |
public |
constructor Create(); |
destructor Destroy; override; |
property ProcessHandleType: TProcessHandleType; [r] |
property CustomHandle: THandle; [rw] |
property AutoCloseCustomHandle: Boolean; [rw] |
property CustomHandleIsInheritable: Boolean; [rw] platform ; |
published |
property OnGetHandle: TGetHandleEvent; [rw] |
property AfterAllocateHandle: TAfterAllocateHandleEvent; [rw] |
property FileWriteMode: TFileWriteMode; [rw] |
end; |
| |
| |
TObject,IFPObserved |