Table of Contents

TIDERegisteredComp Class

Collection item that holds information about a component registered in the IDE engine for use in form designing.

Remarks

TIDERegisteredComp is a collection item class that holds information about a component registered with TIDEEngine.RegisterComponent. Information is as basic as the component class, the name of the category in which it will appear in the toolbar, among others.

Syntax

Unit: IDEMain

TIDERegisteredComp = class(TCollectionItem);

Properties

Name Description
CompClass Contains the class of the component to be displayed in the toolbar and to be used in the form designer.
For example, TButton
Page Contains the name of page (tab, category) in which the component will appear in component palette toolbar.
Units Gets or sets the comma-separated list of units to be added to the script uses clause when this component is placed in a form.