Class TRegistrationPage (unit Regfake)

Inherits from

TObject

This unit supports RegisterComponents to add your own components to the palette

Constructors


Constructor Create;



Functions

Procedure Addcomponent(Component : TComponentclass);


Destructor Destroy;


Function GetBitmap(Value : Integer) : HBitmap;


Function GetComponent(Value : Integer) : TComponentclass;


Function getComponentCount : Integer;


Function GetName : String;


Procedure Setname(Name : String);


Properties

property ComponentCount : Integer


property Name : String


Events

Variables

FComponents : TList;


FName : PString;



Constructors


Constructor Create;


Functions


Procedure Addcomponent(Component : TComponentclass);


Destructor Destroy;


Function GetBitmap(Value : Integer) : HBitmap;


Function GetComponent(Value : Integer) : TComponentclass;


Function getComponentCount : Integer;


Function GetName : String;


Procedure Setname(Name : String);


Properties


property ComponentCount : Integer


property Name : String


Events


Variables


FComponents : TList;


FName : PString;