DesignIntf.ICustomModule.ValidateComponentClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValidateComponentClass(ComponentClass: TComponentClass): Boolean;

C++

virtual bool __fastcall ValidateComponentClass(System::Classes::TComponentClass ComponentClass) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf ICustomModule

Description

Filters the content of the palette in order to keep only the components suitable for the module.

ValidateComponentClass is called by the designer to filter the components in the palette in order to keep only the items appropriate for the module.

See Also