[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents registered running threads as a progress bar.
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] |
|
Represents registered running threads as a progress bar. |
|
| | ||
TForm |
||
? | ||
TObject |
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.