[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Custom panel that contains a embeded TtiProgressBar and button.
Source position: tiThreadProgress.pas line 183
type TProgInd = class(TCustomPanel) end; |
public |
constructor Create(); override; |
property Position: Integer; [rw] |
property Max: Integer; [rw] |
property Min: Integer; [rw] |
property Text: string; [rw] |
property Caption: TCaption; [rw] |
property Thread: TtiThreadProgress; [rw] |
property CanCancel: Boolean; [rw] |
|
Custom panel that contains a embeded TtiProgressBar and button. |
|
| | ||
TCustomPanel |
||
? | ||
TObject |
This component is used/created by TFormThreadProgress when a thread is attached.