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

TCustomRubberBand

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

Declaration

Source position: rubberband.pas line 43

type TCustomRubberBand = class(TWinControl)

public

  constructor Create(); override;

  

  property Shape: TRubberBandShape; [rw]

  

end;

Inheritance

TCustomRubberBand

  

|

TWinControl

  

TWinControl - the base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject