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