InputWindow()
|
Creates an editing window automatically based upon values types.
SYNTAX
InputWindow(<Title>,<acLabels>,<aInitialValues>,<aFormats>, <nRow> , <nCol>, <lCenterWindow>, <aButOKCancelCaptions>) --> aResult
InputWindow() Argument Description
Argument
|
Meaning
|
<Title>
|
Window Title
|
<acLabels>
|
Character array containing labels with item
descriptions.
|
<aInitialValues>
|
Array containig initial values to edit.
|
<aFormats>
|
Array containing format information for editing.
|
<nRow>
|
Initial row position.
|
<nCol>
|
Initial colums position.
|
<lCenterWindow>
|
Logical center flag.
|
<aButOKCancelCaptions>
|
Character array containing captions with button
descriptions..
|
InputWindow() Automatic Control Creation
Initial Value Type
|
Format Type
|
Control Created
|
Character
|
Numeric (< 32)
|
TEXTBOX
|
Character
|
Numeric (>= 32)
|
EDITBOX
|
Logical
|
Nil
|
CHECKBOX
|
Numeric
|
Character Array
|
COMBOBOX
|
Numeric
|
Character (InputMask)
|
TEXTBOX(NUMERIC)
|
Date
|
Nil
|
DATEPICKER
|