AllowOnlyAhkObj

Namespace ›› System ›› MfParams ›› Properties ››
Parent Previous Next

AllowOnlyAhkObj

Gets or sets a value indicating whether the MfParams instance accepts only objects derived from MfObject.

OutputVar := instance.AllowOnlyAhkObj
instance.AllowOnlyAhkObj := Value

Value

MfBool instance or var boolean

Gets

Gets a var boolean value indicating whether the MfParams instance accepts only objects derived from MfObject.

Sets

Sets whether the MfParams instance accepts only objects derived from MfObject.

Remarks

Default value is true.
Returns true if the MfParams instance only accepts MfObject or derived instances; Otherwise, false.

AllowOnlyAhkObj takes priority over AllowEmptyValue and if AllowOnlyAhkObj is true Empty values such as null or Undefined cannot be added to the underlying list.