Field WdgSubClass
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Field WdgSubClass
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
A code indicating the “subclass” (subtype) of the associated object.
Valid Values
An integer code, as shown in the tables that follow.
For FormFields
Code | Meaning |
“Label” class | |
1 | Static |
2 | Dynamic |
“Toggle button” class | |
1 | Toggle |
2 | Optional |
“Push button” class | |
1 | Normal (transmit) |
2 | Text |
“List Box” class | |
4 | Dynamic List Box |
“Menu item” class | |
1 | Normal |
2 | Toggle |
3 | Optional |
4 | Cascade |
5 | Horizontal separator |
6 | Vertical separator |
10 | Exit |
11 | Break |
12 | About |
13 | Scroll page |
14 | Scroll line |
15 | Scroll block |
16 | Cut |
17 | Copy |
18 | Paste |
19 | Undo |
20 | Select text |
21 | Clear Text |
22 | Close Window |
23 | Scroll pause |
24 | Show help file’s “contents” topic |
25 | Show specified help topic (the menu item’s tag is used to identify the topic) |
26 | Show the search dialog for the help file |
27 | Show specified help topic (the tag of the form field that currently has focus is used to identify the topic) |
28 | Clear the clipboard |
For Windows
Code | Meaning |
1 | Pop-up (the widow is physically independent of other windows – DEFAULT) |
2 | Clipped (the window is a child of the parent window) |
Remarks
Only pop-up windows (subclass 1) can have menu bars.
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5