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

TProgInd

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

Custom panel that contains a embeded TtiProgressBar and button.

Declaration

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]

Inheritance

TProgInd

  

Custom panel that contains a embeded TtiProgressBar and button.

|

TCustomPanel

?

TObject

Description

This component is used/created by TFormThreadProgress when a thread is attached.


Documentation generated on: 2017-08-16