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