Skip to content

Ignore some classes #5

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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