Class TRegisteredComponent

Methods
Properties

Unit

Declaration

type TRegisteredComponent = class(TObject)

Description

Describes a component registered using RegisterSerializableComponent, enumerated using RegisteredComponents list.

Hierarchy

  • TObject
  • TRegisteredComponent

Overview

Fields

Public ComponentClass: TComponentClass;
Public Caption: array of String;
Public OnCreate: TNotifyEvent;
Public IsDeprecated: Boolean;

Description

Fields

Public ComponentClass: TComponentClass;

Class of the component. Never leave this Nil.

Public Caption: array of String;

Nice caption to show user in the editor.

Public OnCreate: TNotifyEvent;

Called by the editor always after creating this component.

Public IsDeprecated: Boolean;

Should correspond to whether class is declared as "deprecated" in Pascal (we cannot get it using RTTI for now).


Generated by PasDoc 0.16.0-snapshot.