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

TLCLComponent

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

TLCLComponent - base class for LCL components

Declaration

Source position: lclclasses.pp line 38

type TLCLComponent = class(TComponent)

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure BeforeDestruction; override;

  

  function NewInstance; override;

  

  procedure RemoveAllHandlersOfObject(); virtual;

  

RemoveAllHandlersOfObject - method for removing all of an object's handlers: part of a clean-up procedure

  property WidgetSetClass: TWSLCLComponentClass; [r]

  

WidgetSetClass - the set of Widgets to be used by this Component

end;

Inheritance

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent

?

TObject