Type DataWindow object property
Description
The type of the control (for Describe) or the type of presentation
style (for DataWindowSyntaxFromSql).
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Type |
Describe argument:
1 |
"<span>controlname</span>.Type" |
Parameter |
Description |
---|---|
controlname |
The name of the control for which you
|
DataWindowSyntaxFromSql:
1 |
Style ( Type = <span>value</span> ) |
Parameter |
Description |
---|---|
value |
A keyword specifying the presentation
|
Examples
1 |
string setting |
1 |
setting = dw1.Object.emp_name.Type |
1 |
setting = dw1.Describe("emp_name.Type") |
1 |
SQLCA.SyntaxFromSQL(sqlstring, & |
1 |
'Style(... Type=grid ...)', errstring) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest