<Code Lib>
2027 Method
Changes 0
M

Application.NewTypeBinding

Description:
Creates a new empty type binding object.
Remarks:
Type binding objects are used for attaching shared parameter definitions to a type within a category. Categories can be added to the instance binding via the Categories property of the InstanceBinding object
Overloads (2):
NewTypeBinding

public TypeBinding NewTypeBinding()

TypeBinding A new type binding object.

Loading…