Sealed concrete class
Describes a single constant-valued property of a dispinterface.
<object>
name:
value:
type:<variable-description> above. The default value is derived from the Dylan class of the value.
documentation:
help-context:help-file: in the <coclass-type-info> instance) where this property is documented. Optional.
disp-id:<integer> which is the DISPID by which the client will refer to the property. Usually you would not specify this, and the OLE-Automation library would automatically assign a DISPID. You do need to specify a DISPID when implementing a stock property. For example:
make(<constant-description>,
name: "Value",
disp-id: $DISPID-VALUE ...) Describes a single constant-valued property of a dispinterface.