Table of Contents

TAdvCustomFormDesigner.CreateComponentClassName Method

Creates a new component instance of the specified component class, owned by the current form being edited.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.CreateComponentClassName(AClassName: TComponentName): TComponent;

Parameters

<-> Parameter Type Description
AClassName TComponentName name of the class of the component to be created.

Returns

The instantiated component.

See also