Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Tag property (Progress.Data.BindingSource)
 

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 a System.String before assigning it to the property.