Unit 'MUIClass.Base' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

ComplainIOnly

Create debugoutput about an illegal field access

Declaration

Source position: MUIClass.Base.pas line 315

procedure ComplainIOnly(

  AClass: TObject;

  Field: string;

  Value: string

);

Arguments

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)

Description

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.


Documentation generated on: 2022-07-30