Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2ProgressBar

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

Declaration

Source position: orca_scene2d.pas line 3802

type TD2ProgressBar = class(TD2Control)

protected

  procedure ApplyStyle; override;

  

  function GetData; override;

  

  procedure SetData(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Realign; override;

  

published

  property BindingSource: TD2Control;

  

  property Min: Single; [rw]

  

  property Max: Single; [rw]

  

  property Orientation: TD2Orientation; [rw]

  

  property Value: Single; [rw]

  

  property Resource: string;

  

end;

Inheritance

TD2ProgressBar

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio