Tag property (Progress.Data.BindingSource)
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(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 a System.String before assigning it to
the property.