Skip to content

Ignore some classes #5

@Negaron

Description

@Negaron

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions