Tag property (Progress.Data.BindingSource)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
Allows you to assign and return an arbitrary
.NET object associated with a BindingSource.
Data type:
System.Object class from .NET
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 a System.String before assigning it to
the property.