You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Some components write they own internal data to .dfm file. For example: TDBGridEH writes:
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.
The text was updated successfully, but these errors were encountered: