Class TRegisteredComponent
Unit
Declaration
type TRegisteredComponent = class(TObject)
Description
Describes a component registered using RegisterSerializableComponent, enumerated using RegisteredComponents list.
Hierarchy
- TObject
- TRegisteredComponent
Overview
Fields
![]() |
ComponentClass: TComponentClass; |
![]() |
Caption: array of String; |
![]() |
OnCreate: TNotifyEvent; |
![]() |
IsDeprecated: Boolean; |
Description
Fields
![]() |
ComponentClass: TComponentClass; |
Class of the component. Never leave this |
![]() |
Caption: array of String; |
Nice caption to show user in the editor. |
![]() |
OnCreate: TNotifyEvent; |
Called by the editor always after creating this component. |
![]() |
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.