Create debugoutput about an illegal field access
Source position: MUIClass.Base.pas line 357
procedure ComplainIOnly( |
AClass: TObject; |
Field: string; |
Value: string |
); |
AClass |
|
Class where the field was called (the classname will be printed) |
Field |
|
Name of the init-only field tried to change on runtime |
Value |
|
Value the init-only field should be set (and will be ignored) |
Program tried to change a field which is only setable before the actual MUI object is created aber the MUI object is created. The value will be ignored and a message is sent to debugout.