TBasedxReportLink.HasDesignWindow Property
In This Article
Indicates whether the current report link has a designer associated with it.
#Declaration
Delphi
property HasDesignWindow: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the HasDesignWindow property to determine whether the current report link has a designer associated with it. The report link designer is used to customize the report link’s properties before a component is printed.
See Also