Tag property (Progress.Data.BindingSource)
(Windows only; GUI for .NET only)Allows you to assign and return an arbitrary .NET object associated with a
BindingSource
.Data type:
System.Object
class (from the .NET Framework)Access: PUBLIC Readable/Writeable
Applies to: Progress.Data.BindingSource class
One use of this property is to store a character string containing some descriptive information about the
BindingSource
instance. For example, you might assign a character expression directly to this property, which ABL boxes as aSystem.String
before assigning it to the property.
OpenEdge Release 10.2B
|