Event type for OnIOnlyWarning fired when a field is set on runtime which is Init only
Source position: MUIClass.Base.pas line 39
type TIOnlyEvent = procedure( |
AClass: TObject; |
Field: string; |
Value: string |
) of object; |
AClass |
|
Class which field was set. |
Field |
|
Fieldname which was tried to set. |
Value |
|
The Value which was tried to set. |