DesignIntf.ICustomModule.ValidateComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ValidateComponent(Component: TComponent);

C++

virtual void __fastcall ValidateComponent(System::Classes::TComponent* Component) = 0 ;

Properties

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

Description

Allows the custom module to reject components that are not suitable for the module.

If the component is not applicable for the module, ValidateComponent should raise an exception.

See Also