Constructor for the class instance.
Source position: rubberband.pas line 45
public constructor TCustomRubberBand.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry to the method. Create sets the default value for the Shape property to rsLine.
|
The Shape of the rubber band device: a line or a rectangle around the selection. |
|
|
Defines the shape drawn for a rubber-band selection. |