DFMCheck icon indicating copy to clipboard operation
DFMCheck copied to clipboard

Ignore some classes

Open Negaron opened this issue 4 years ago • 0 comments

Some components write they own internal data to .dfm file. For example: TDBGridEH writes:

object RowDetailData: TRowDetailPanelControlEh
end

TRowDetailPanelControlEh is not a component, and can't be declared in the Form. But when DFMCheck compile DfmCheck_Unit - error "Undeclared identifier: RowDetailData" occur.

My suggestion is create list of classes to ignore, so i can add class TRowDetailPanelControlEh to ignore list.

Negaron avatar Feb 12 '21 07:02 Negaron