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

TD2CompoundTrackBar

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

Declaration

Source position: orca_scene2d.pas line 5925

type TD2CompoundTrackBar = class(TD2Control)

protected

  procedure DoTrack();

  

  procedure DoTracking();

  

  procedure UpdateLabel;

  

public

  constructor Create(); override;

  

published

  property DecimalDigits: Integer; [rw]

  

  property TextLabel: TD2Label; [r]

  

  property TrackBar: TD2TrackBar; [r]

  

  property ValueLabel: TD2Label; [r]

  

  property Suffix: WideString; [rw]

  

  property Value: Single; [rws]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TD2CompoundTrackBar

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio