[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 133
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.
|
The small Position increment, applicable to the scroll bar arrows. |
|
|
Position of the slider, 0..Range-Page. |
|
|
The virtual size of the Parent Control. |
|
TPersistent.Assign |
lazarus-ccr.sourceforge.net |