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 46

type TIODescriptor = class(TPersistent)

public

  constructor Create();

  destructor Destroy; override;

  property ProcessHandleType: TProcessHandleType; [r]

  property CustomHandle: THandle; [rw]

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: Jan 30 2024