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

TtiThreadProgress

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

Used for representing the progress of a running thread.

Declaration

Source position: tiThreadProgress.pas line 79

type TtiThreadProgress = class(TtiThread) end;

protected

  procedure DoOnTerminate(); override;

  procedure SetText(); override;

public

  constructor Create(); override;

  destructor Destroy; override;

  property ProgInd: TProgInd; [rw]

  property Max: Integer; [rw]

  property Min: Integer; [rw]

  property Position: Integer; [rw]

  property Caption: TCaption; [rw]

  property AutoProgress: Boolean; [rw]

  property CanCancel: Boolean; [rw]

  property ConfirmCancel: Boolean; [rw]

  property OnCancel: TNotifyEvent; [rw]

  procedure IncPosition; virtual;

Inheritance

TtiThreadProgress

  

Used for representing the progress of a running thread.

|

TtiThread

|

TtiSleepThread

|

TThread

?

TObject

Description

Used for representing the progress of a running thread.


Documentation generated on: 2017-08-16