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

TIOnlyEvent

Event type for OnIOnlyWarning fired when a field is set on runtime which is Init only

Declaration

Source position: MUIClass.Base.pas line 21

type TIOnlyEvent = procedure(

  AClass: TObject;

  Field: string;

  Value: string

) of object;

Arguments

AClass

  

Class which field was set.

Field

  

Fieldname which was tried to set.

Value

  

The Value which was tried to set.


Documentation generated on: 2022-07-30