This section lists the constants that are defined in the DataWindow control for values of properties and arguments for methods. Constants have both a name and a numeric value.
Web DataWindow
Information in this chapter about the Web DataWindow does
not apply to PocketBuilder applications. For more information about
the Web DataWindow, see the DataWindow Programmer’s
Guide and the Working with Web and JSP Targets book
in the PowerBuilder documentation set.
PocketBuilder In PocketBuilder, constants are defined as sets of values associated with enumerated datatypes. Values for enumerated datatypes always end with an exclamation point. When an enumerated datatype is specified as the datatype, you must use the enumerated value. You cannot use the numeric equivalent.
dw1.BorderStyle = StyleRaised!
DataWindow object properties When setting DataWindow properties in PocketBuilder, you use the numeric value in quoted strings.
This section lists the values according to the PocketBuilder enumerated datatypes, so you can see which values are available for setting a particular type of data. If you know a value’s name but not the enumerated datatype it belongs to, you can find the value in the index of this book.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |