Table of Contents

TIDERegisteredComp.Units Property

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.

Remarks

Contains the list of the units, separated by comma, that will be included in the script when the component is used in a form. For example, in case of TListView component, Units property could contain 'Classes,Controls,ComCtrls'. When a TListView component is put in a script form and the script is saved, the units Classes, Controls and ComCtrls are automatically added to the script uses clause (if they don't exist).

Syntax

Unit: IDEMain

property TIDERegisteredComp.Units: string

See also