A tab-separated list of all the properties that apply to a control.
DataWindow, Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
PowerBuilder dot notation:
dw_control.Object.controlname.Attributes
Describe argument:
"controlname.Attributes"
ls_data = dw1.Object.emp_name_t.Attributes
ls_data = dw1.Describe("DataWindow.Attributes")
ls_data = dw1.Describe("emp_name_t.Attributes")