[Overview][Types][Classes][Index] Reference for unit 'RubberBand' (#lcl)

TCustomRubberBand

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

TCustomRubberBand - base class for TRubberBand, for drawing a ring resembling a rubber band around a selection

Declaration

Source position: rubberband.pas line 37

type TCustomRubberBand = class(TWinControl) end;

protected

  class procedure WSRegisterClass; override;

  

Registers this component class with the current WidgetSet.

public

  constructor Create(); override;

  

  property Shape: TRubberBandShape; [rw]

  

The Shape of the rubber band device: a line or a rectangle around the selection

Inheritance

TCustomRubberBand

  

TCustomRubberBand - base class for TRubberBand, for drawing a ring resembling a rubber band around a selection

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.