TBasedxReportLink.DesignerExists(TComponentClass) Method
In This Article
Determines whether a specific component class includes a designer.
#Declaration
Delphi
function DesignerExists(AComponentClass: TComponentClass): Boolean; virtual;
#Parameters
Name | Type |
---|---|
AComponent |
TComponent |
#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