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

TIndustrialBase

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

Implements the base class for a control with an anti-aliasing setting.

Declaration

Source position: industrialbase.pp line 14

type TIndustrialBase = class(TGraphicControl)

protected

  procedure GraphicChanged;

  

Causes the control to be redrawn when it is parented and visible.

public

  constructor Create(); override;

  

Constructor for the class instance.

published

  property AntiAliasingMode: TAntialiasingMode; [rw]

  

Indicates whether anti-aliased drawing is enabled for the control Canvas.

end;

Inheritance

TIndustrialBase

  

Implements the base class for a control with an anti-aliasing setting.

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

TIndustrialBase is a TGraphicControl descendant. It extends the ancestor class with an AntiAliasingMode property which indicates if anti-aliasing is enabled on the Canvas for the control. The property emulates the behavior implemented in the TCustomImage / TImage component.

TIndustrialBase is the ancestor for the TArrow class.

See also

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

TArrow

  

TArrow - an arrow symbol widely used in forms.


Version 3.2 Generated 2024-02-25 Home