TBasedxReportLink.SetActive(Boolean) Method
In This Article
Initiates report generation.
#Declaration
Delphi
procedure SetActive(Value: Boolean); virtual;
#Parameters
Name | Type |
---|---|
Value | Boolean |
#Remarks
The SetActive method is the write method of the Active property.
See Also