[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiThreadProgress' (#tiopf)

TFormThreadProgress

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

Represents registered running threads as a progress bar.

Declaration

Source position: tiThreadProgress.pas line 134

type TFormThreadProgress = class(TForm) end;

protected

  procedure SetParent(); override;

public

  constructor Create(); override;

  constructor CreateNew(); override;

  destructor Destroy; override;

  procedure AttachThread();

  function DetachThread();

  property PanelBevelInner: TBevelCut; [rw]

  property PanelBevelOuter: TBevelCut; [rw]

  property ProgressBarColor: TColor; [rw]

  property ColumnCount: Integer; [rw]

  property OnChangeThreadCount: TNotifyEvent; [rw]

  property ThreadCount: Integer; [r]

  property OnVisibleChange: TProgressVisibleChangeEvent; [rw]

Inheritance

TFormThreadProgress

  

Represents registered running threads as a progress bar.

|

TForm

?

TObject

Description

Represents registered running threads as a progress bar. As soon a thread as registered itself, the form creates a progress bar and button showing the progress of that running thread.


Documentation generated on: 2017-08-16