Changeset 508 for trunk/LocalPlayer/PVSB.pas
- Timestamp:
- Dec 25, 2023, 12:08:11 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/PVSB.pas
r506 r508 17 17 private 18 18 FOnUpdate: TNotifyEvent; 19 ScrollBar: TScrollBar;20 19 FMax: Integer; 21 20 function GetMax: Integer; … … 27 26 procedure SetPosition(AValue: Integer); 28 27 public 28 ScrollBar: TScrollBar; 29 29 constructor Create(Parent: TWinControl); 30 30 destructor Destroy; override;
Note:
See TracChangeset
for help on using the changeset viewer.