[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
If Source is a TControlScrollBar, copies properties to itself, else performs inherited Assign.
Source position: forms.pp line 146
public procedure TControlScrollBar.Assign( |
Source: TPersistent |
); override; |
Source |
|
TControlScrollBar instance with the values copied in the method. |
Assigns the contents of the source object to the current object; in particular finds the Increment, Position, Range and whether smooth scrolling is to be feature and whether the scroll bar is visible.
|
Number of pixels the display area is scrolled for scroll bar or mouse wheel movements. |
|
|
Position of the scroll bar slider in the range 0..Range-Page. |
|
|
The size of the logical display area on the associated control for the scroll bar orientation. |
|
Version 4.0 | Generated 2025-05-03 | Home |