Attributes

Description

A tab-separated list of all the properties that apply to a control.

Applies to

DataWindow, Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls

Syntax

PowerBuilder dot notation:

dw_control.Object.controlname.Attributes

Describe argument:

"controlname.Attributes"

Examples

Example 1

ls_data = dw1.Object.emp_name_t.Attributes

ls_data = dw1.Describe("DataWindow.Attributes")

ls_data = dw1.Describe("emp_name_t.Attributes")