DFMCheck
DFMCheck copied to clipboard
Ignore some classes
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.