Skip to main content

TBasedxReportLink.DesignerExists(TComponentClass) Method

Determines whether a specific component class includes a designer.

Declaration

function DesignerExists(AComponentClass: TComponentClass): Boolean; virtual;

Parameters

Name Type
AComponentClass TComponentClass

Returns

Type
Boolean

Remarks

The DesignerExists method defines whether there is a designer for a specific component class defined by the AComponentClass parameter. DesignerExist returns True, if such a designer exists.

See Also