TBasedxReportLink.ExtractComponentClass(TStream,Boolean) Method
In This Article
#Declaration
Delphi
class function ExtractComponentClass(AStream: TStream; ARaiseException: Boolean = False): TComponentClass;
#Parameters
Name | Type |
---|---|
AStream | TStream |
ARaise |
Boolean |
#Returns
Type |
---|
TComponent |
See Also