TdxSpreadSheetReportDesigner.GetChildren(TGetChildProc,TComponent) Method
In This Article
Applies the specified procedure to all representations of the detail datasets bound to the Report Designer.
#Declaration
Delphi
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
#Parameters
Name | Type |
---|---|
Proc | TGet |
Root | TComponent |
#Remarks
This procedure supports the internal infrastructure and is not intended to be used directly from your code.
See Also