L
lq_yao1
Unregistered / Unconfirmed
GUEST, unregistred user!
以下从 ereport 控件中copy出来的,treportcontrol类声明了两次,而且在它自身的声明
部分出现,是什么用方,那解释一下吗?
type
TReportCell = class;
TReportLine = class;
TReportControl = class;
TReportCell = class(TObject)
private
{ Private declarations }
FLeftMargin: Integer
// 左边的空格
FOwnerLine: TReportLine
// 隶属行
FOwnerCell: TReportCell
// 隶属的单元格
FCellsList: TList
// 覆盖的Cell
部分出现,是什么用方,那解释一下吗?
type
TReportCell = class;
TReportLine = class;
TReportControl = class;
TReportCell = class(TObject)
private
{ Private declarations }
FLeftMargin: Integer
// 左边的空格
FOwnerLine: TReportLine
// 隶属行
FOwnerCell: TReportCell
// 隶属的单元格
FCellsList: TList
// 覆盖的Cell