Table of Contents

TIDEEngine.ComponentsFilter Property

Specifies which components should be displayed in the component palette.

Remarks

Use ComponentsFilter property if you want to specify a subset of components to be displayed in the component palette Only components added to this list will be displayed. This list must contain the class name of components, like the following. TButton TStringGrid if this list is empty, all components will be displayed

Syntax

Unit: IDEMain

property TIDEEngine.ComponentsFilter: TStrings

See also