Unit 'process' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TIODescriptor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 IOType: TIOType; [rw]

  property FileName: TFileName; [rw]

  property OnGetHandle: TGetHandleEvent; [rw]

  property AfterAllocateHandle: TAfterAllocateHandleEvent; [rw]

  property Process: TProcess; [rw]

  property FileWriteMode: TFileWriteMode; [rw]

end;

Inheritance

TIODescriptor

|

TPersistent

|

TObject,IFPObserved


Documentation generated on: Sep 06 2024