Unit 'PasVulkan.GUI' Package
[Overview][Types][Classes][Index] [#pl_pasvulkan]

TpvGUIProgressBar

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

Declaration

Source position: PasVulkan.GUI.pas line 2401

type TpvGUIProgressBar = class(TpvGUIWidget)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Draw; override;

  

published

  property Orientation: TpvGUIProgressBarOrientation; [rw]

  

  property MinimumValue: TpvInt64; [rw]

  

  property MaximumValue: TpvInt64; [rw]

  

  property Value: TpvInt64; [rw]

  

  property OnChange: TpvGUIOnEvent; [rw]

  

end;

Inheritance

TpvGUIProgressBar

  

|

TpvGUIWidget

  

|

TpvGUIObject

  

|

TpvReferenceCountedObject,IpvGUIObject

  

|

TpvObject,IpvReferenceCountedObject

  

|

TObject



CT Web help

CodeTyphon Studio