System Reference Summary : 6. 4GL System Constants : System Constants : OutlineStyle Settings
 
Share this page                  
OutlineStyle Settings
Constant Value
Description
Numeric
Equivalent
OS_DEFAULT
Use the system default outline style
-1
OS_SOLID
Use a solid line (default for Windows platforms)
1
OS_SHADOW
(Deprecated) Use a shadowed line (default for UNIX)
2
OS_3D
Use 3 dimensional style
3
OS_STANDARD
Use a standard outline style that can vary from a two-pixel raised border to no border at all. The particular outline depends on the field type.
4
OS_RAISED
Use a two-pixel border with standard colors; the border gives the field a raised appearance. (Available only for StackFields and Subforms.)
5
OS_SUNKEN
Use a two-pixel border with standard colors; the border gives the field a sunken appearance. (Available only for StackFields and Subforms.)
6
OS_GROUPBOX
Provides a one-pixel border that gives a field a rounded appearance. Available only for Subforms where the GroupBoxLabel is defined.
7
OS_FLAT
Draws over the innate border associated with OptionFields with the current OutlineColor. If the OutlineColor is set to that of the underlying frame, the innate border disappears, making the OptionField appear flat. If another color is used, the innate border appears with the chosen color.
8